diff options
| author | Daniel <[email protected]> | 2024-04-29 16:45:48 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-04-29 16:45:48 -0400 |
| commit | bf25818d7a6cc7d93e63c3ce7432855701305b46 (patch) | |
| tree | 806f264399931fc2d63d2943e8f45ab34da82569 | |
| parent | 7cb516fb03f8cb6cbace5c9627178604cfb7c860 (diff) | |
cleanup
| -rw-r--r-- | bard-emacs-modules/bard-emacs-prog.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bard-emacs-modules/bard-emacs-prog.el b/bard-emacs-modules/bard-emacs-prog.el index bb7dd3e..332b069 100644 --- a/bard-emacs-modules/bard-emacs-prog.el +++ b/bard-emacs-modules/bard-emacs-prog.el @@ -43,8 +43,6 @@ (add-hook 'c++-mode 'bard/common-modes-hook) (setq-default c-basic-offset 4) -(with-eval-after-load "c++-mode" - (define-key c++-mode-map (kbd "C-z s") #'consult-ripgrep)) ;;; Haskell @@ -56,7 +54,6 @@ (add-to-list 'exec-path "/home/bard/.local/bin") (add-to-list 'exec-path "/home/bard/opt/") -;; Packages (use-package clojure-mode :bind (:map clojure-mode-map @@ -101,6 +98,5 @@ :config (magit-todos-mode 1)) - (provide 'bard-emacs-prog) ;;; bard-emacs-prog.el ends here |
