about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-27 23:56:18 -0500
committerCase Duckworth2021-09-27 23:56:18 -0500
commitee37f38d596aeb96c15bed55bac16c02788786eb (patch)
treebe93255d1bff81c022b1a94488de0367144c8f1b /init.el
parentCorrect acdw-setup.el (diff)
downloademacs-ee37f38d596aeb96c15bed55bac16c02788786eb.tar.gz
emacs-ee37f38d596aeb96c15bed55bac16c02788786eb.zip
Ignore a couplea modes with dogears-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 0e0be3c..94d3aa5 100644 --- a/init.el +++ b/init.el
@@ -1339,6 +1339,10 @@ specific to most general, they are these:
1339 :files (:defaults 1339 :files (:defaults
1340 (:exclude "helm-dogears.el")))) 1340 (:exclude "helm-dogears.el"))))
1341 (:option (append savehist-additional-variables) 'dogears-list) 1341 (:option (append savehist-additional-variables) 'dogears-list)
1342 (dolist (mode '(magit-status-mode
1343 elfeed-show-mode
1344 elfeed-search-mode))
1345 (:option (append dogears-ignore-modes) mode))
1342 (:global "M-g d" dogears-go 1346 (:global "M-g d" dogears-go
1343 "M-g M-b" dogears-back 1347 "M-g M-b" dogears-back
1344 "M-g M-f" dogears-forward) 1348 "M-g M-f" dogears-forward)