1
0
Fork 0

fix(emacs): switch from company to corfu, clean up

This commit is contained in:
Lucas Sta Maria 2024-08-24 16:36:58 -07:00
parent da01de3d24
commit 40b51f32c9
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 10 additions and 15 deletions

View file

@ -239,13 +239,6 @@
(add-hook 'neotree-mode-hook (lambda () (text-scale-set -0.5)))
;(add-hook 'neotree-mode-hook (lambda () (buffer-face-set :background "#ffffff")))
;; Orderless
(setq completion-styles '(orderless basic))
(setq completion-category-overrides '((file (styles basic partial-completion))))
;; embark
(keymap-global-set "C-." #'embark-act)
;; hledger
(setq hledger-currency-string "$")
(add-to-list 'auto-mode-alist '("\\.journal\\'" . hledger-mode))