switched to pr version of corfu and added more keybinds
This commit is contained in:
parent
cc34d2e8ee
commit
3299dc9f9c
10 changed files with 363 additions and 356 deletions
10
config.el
10
config.el
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue