switched to pr version of corfu and added more keybinds

This commit is contained in:
Matt Nish-Lapidus 2023-03-29 17:03:22 -04:00
parent cc34d2e8ee
commit 3299dc9f9c
10 changed files with 363 additions and 356 deletions

View file

@ -37,7 +37,7 @@
doom-modeline-major-mode-icon t))
;; fixing compat issue for corfu in emacs28
(defalias 'compat-string-width 'string-width)
;; (defalias 'compat-string-width 'string-width)
;; some global settings
(setq tab-always-indent t) ; don't autocomplete with tab
@ -78,9 +78,8 @@
"M-<left>" nil
"M-<right>" nil)
;; treemacs -- NOTE i'm not using this right now, switched back to neotree for now
;; (setq treemacs-follow-mode t)
;; (setq treemacs-project-follow-mode t)
(setq treemacs-follow-mode t)
(setq treemacs-project-follow-mode t)
;; smart tabs set modes
(after! smart-tabs-mode
@ -97,9 +96,6 @@
'(orderless)))
(add-hook! lsp-completion-mode 'my/lsp-mode-setup-completion))
(after! lisp-mode
(setq lsp-completion-provider :none))
;; bibliography file location
(after! citar
(setq! citar-bibliography '("/Users/emenel/Zotero/lib.bib"))