summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-25 14:09:15 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-25 14:09:56 +0100
commit7a5ef7b149a2fe0b816ff05b1c4b1c2641a7dce1 (patch)
tree00663a46b94bde059180eeff6ac42259d3518a1b /init.el
parent5d4cadf99d7eb789b64d04f863e15b04ec04cf0e (diff)
downloadymh-emacs-7a5ef7b149a2fe0b816ff05b1c4b1c2641a7dce1.tar.gz
ymh-emacs-7a5ef7b149a2fe0b816ff05b1c4b1c2641a7dce1.zip
Add ymh-tabs-switch-project function
Diffstat (limited to 'init.el')
-rw-r--r--init.el14
1 files changed, 4 insertions, 10 deletions
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