From 7a5ef7b149a2fe0b816ff05b1c4b1c2641a7dce1 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 25 Apr 2023 14:09:15 +0100 Subject: Add ymh-tabs-switch-project function --- init.el | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 177cd5f..4f9e5de 100644 --- a/init.el +++ b/init.el @@ -111,8 +111,10 @@ Should be one of `:white-split', `:modified' or `:default'") (package-install 'use-package)) ;; Load my local library of common emacs functions. -(use-package ymh-common - :load-path "ymh-emacs") +(use-package ymh-emacs + :load-path "ymh-emacs" + :config + (define-key ebib-index-mode-map "D" #'ymh-ebib-download-pdf-from-doi)) ;; This is the main configuration block for vanilla emacs. (use-package emacs @@ -270,9 +272,6 @@ Should be one of `:white-split', `:modified' or `:default'") :config (display-time-mode 1)) -(use-package ymh-diary - :load-path "ymh-emacs") - (use-package whitespace :config (defun ymh/add-hook-before-save-hook () @@ -882,11 +881,6 @@ https://yannherklotz.com")) (replace-regexp-in-string ":" "" (apply orig-func args)))) (remove-hook 'ebib-notes-new-note-hook #'org-narrow-to-subtree)) -(use-package ymh-ebib - :load-path "ymh-emacs" - :config - (define-key ebib-index-mode-map "D" #'ymh-ebib-download-pdf-from-doi)) - (use-package spell-fu :ensure t :hook text-mode -- cgit