aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-01-09 12:39:17 +0100
committeralex <alex@pdp7.net>2023-01-09 12:41:02 +0100
commit7d399e0b919f3d41dc1d20e56aa01a9711772036 (patch)
tree57d5a9c42551497725ca61781a3af45ab7f8a2e8 /emacs
parenta99b34d101b6d334cebcd3281c8be1d164ee6fc3 (diff)
More Helm
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 82f2788b..d2e558e5 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -23,15 +23,15 @@
(straight-use-package 'helm)
(global-set-key (kbd "M-x") #'helm-M-x)
-(global-set-key (kbd "C-x r b") #'helm-filtered-bookmarks)
(global-set-key (kbd "C-x C-f") #'helm-find-files)
-;; (helm-mode 1) Disabled for now, this interferes with C-x b/C-x C-b
+(helm-mode 1)
(straight-use-package 'projectile)
(straight-use-package 'helm-projectile)
(projectile-mode +1)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
+(helm-projectile-on)
(straight-use-package 'adoc-mode)