From: alex Date: Mon, 9 Jan 2023 11:39:17 +0000 (+0100) Subject: More Helm X-Git-Tag: 20240214-emacs~515 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=7d399e0b919f3d41dc1d20e56aa01a9711772036;p=alex.git More Helm --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 82f2788..d2e558e 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)