diff options
| author | bard <[email protected]> | 2023-12-13 06:50:42 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2023-12-13 06:50:42 -0500 |
| commit | 2b507b9d8c2b26e8ba736ac6867ed7c316e23736 (patch) | |
| tree | d878be6c241185c7be5f1aa1f07ee04da0afde52 /bard-emacs-modules/bard-emacs-lang.el | |
| parent | b709b8db2892315edfa6798de7a9af68e3c977d9 (diff) | |
modus themes and back to vertico
Diffstat (limited to 'bard-emacs-modules/bard-emacs-lang.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-lang.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bard-emacs-modules/bard-emacs-lang.el b/bard-emacs-modules/bard-emacs-lang.el index 3135007..8b174ea 100644 --- a/bard-emacs-modules/bard-emacs-lang.el +++ b/bard-emacs-modules/bard-emacs-lang.el @@ -29,13 +29,10 @@ (display-line-numbers-mode 1) (hl-todo-mode 1)) -(add-hook 'emacs-lisp-mode-hook 'bard/common-modes-hook) -(add-hook 'haskell-mode-hook 'bard/common-modes-hook) +(add-hook 'prog-mode-hook 'bard/common-modes- (add-hook 'haskell-mode-hook 'interactive-haskell-mode) (add-hook 'haskell-mode-hook 'haskell-doc-mode) (add-hook 'haskell-mode-hook 'haskell-indent-mode) -(add-hook 'clojure-mode-hook 'bard/common-modes-hook) -(add-hook 'tuareg-mode-hook 'bard/common-modes-hook) ;; CPP Mode (defun bard/c++-mode-keybindings () |
