1
0
Fork 0

fix(emacs): remove hledger-mode fluff

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-12-31 09:08:43 -05:00
parent 7a99113c5d
commit aa4f515934
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -91,15 +91,13 @@
(setq hledger-currency-string "$") (setq hledger-currency-string "$")
(add-to-list 'auto-mode-alist '("\\.journal\\'" . hledger-mode)) (add-to-list 'auto-mode-alist '("\\.journal\\'" . hledger-mode))
(setq hledger-jfile "~/finance/2024.journal") (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 ;; SLIME
(setq inferior-lisp-program "sbcl") (setq inferior-lisp-program "sbcl")
;; Copilot
(define-key copilot-completion-map (kbd "<tab>") 'copilot-accept-completion)
(provide 'misc) (provide 'misc)
;;; misc.el ends here ;;; misc.el ends here