summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-17 18:30:22 -0600
committerCase Duckworth2021-12-17 18:30:22 -0600
commitb04b07bec3ee911a07725049586b348f9eab8750 (patch)
treea96e2279382c832050f76093064142ac966845a2 /init.el
parentAdd ace-window (diff)
downloademacs-b04b07bec3ee911a07725049586b348f9eab8750.tar.gz
emacs-b04b07bec3ee911a07725049586b348f9eab8750.zip
Add minibuffer stuff
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index f8368db..ff686a5 100644 --- a/init.el +++ b/init.el
@@ -147,6 +147,11 @@
147 '("tildegit.org" "tildegit.org/api/v1" "tildegit.org" 147 '("tildegit.org" "tildegit.org/api/v1" "tildegit.org"
148 forge-gitea-repository))))) 148 forge-gitea-repository)))))
149 149
150(setup minibuffer
151 (:require +minibuffer)
152 (:with-map minibuffer-local-map
153 (:bind "M-/" '+minibuffer-complete-history)))
154
150(setup prog 155(setup prog
151 (:local-set comment-auto-fill-only-comments t) 156 (:local-set comment-auto-fill-only-comments t)
152 (:hook 'prettify-symbols-mode 157 (:hook 'prettify-symbols-mode