fix(emacs): remove hledger-mode
fluff
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
7a99113c5d
commit
aa4f515934
1 changed files with 3 additions and 5 deletions
|
@ -91,15 +91,13 @@
|
|||
(setq hledger-currency-string "$")
|
||||
(add-to-list 'auto-mode-alist '("\\.journal\\'" . hledger-mode))
|
||||
(setq hledger-jfile "~/finance/2024.journal")
|
||||
(add-to-list 'company-backends 'hledger-company)
|
||||
(add-to-list 'ac-modes 'hledger-mode)
|
||||
(add-hook 'hledger-mode-hook
|
||||
(lambda ()
|
||||
(setq-local ac-sources '(hledger-ac-source))))
|
||||
|
||||
|
||||
;; SLIME
|
||||
(setq inferior-lisp-program "sbcl")
|
||||
|
||||
;; Copilot
|
||||
(define-key copilot-completion-map (kbd "<tab>") 'copilot-accept-completion)
|
||||
|
||||
(provide 'misc)
|
||||
;;; misc.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue