From 2b507b9d8c2b26e8ba736ac6867ed7c316e23736 Mon Sep 17 00:00:00 2001 From: bard Date: Wed, 13 Dec 2023 06:50:42 -0500 Subject: modus themes and back to vertico --- bard-emacs-modules/bard-emacs-lang.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bard-emacs-modules/bard-emacs-lang.el') 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 () -- cgit v1.2.3