]> xn--ix-yja.es Git - alex.git/commitdiff
More Helm
authoralex <alex@pdp7.net>
Mon, 9 Jan 2023 11:39:17 +0000 (12:39 +0100)
committeralex <alex@pdp7.net>
Mon, 9 Jan 2023 11:41:02 +0000 (12:41 +0100)
emacs/emacs.el

index 82f2788b8bf168c3e79292cc29fc18b5304808b7..d2e558e5d0cd80811251e0d5f63aafd838048c72 100644 (file)
 (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)