summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-09-04 18:26:25 -0500
committerCase Duckworth2020-09-04 18:26:25 -0500
commite6c7e66cf295233ffea3bfee7f1122282eda5dcf (patch)
tree536e492435d21d0de969487ddfcaea2fdad41b16 /init.el
parentSetup circe (diff)
downloademacs-e6c7e66cf295233ffea3bfee7f1122282eda5dcf.tar.gz
emacs-e6c7e66cf295233ffea3bfee7f1122282eda5dcf.zip
Various changes
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index e471f5d..99047b3 100644 --- a/init.el +++ b/init.el
@@ -282,13 +282,15 @@
282 (ivy-rich-mode 1) 282 (ivy-rich-mode 1)
283 (setcdr (assq t ivy-format-functions-alist) #'ivy-format-function-line)) 283 (setcdr (assq t ivy-format-functions-alist) #'ivy-format-function-line))
284 284
285(use-package ivy-avy)
286
285(use-package savehist 287(use-package savehist
286 :config 288 :config
287 (savehist-mode 1)) 289 (savehist-mode 1))
288 290
289(use-package magit 291(use-package magit
290 :bind 292 :bind
291 ("M-x g" . magit)) 293 ("C-x g" . magit))
292 294
293;; mu4e 295;; mu4e
294(progn 296(progn