aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-prog.el4
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