delighted async mode and added bookmarks shortcut
This commit is contained in:
parent
0a55254d65
commit
b6879338f3
3
conf.org
3
conf.org
|
@ -193,7 +193,7 @@ No need for startup screen, tool/menu/scrollbars, or backups
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package async
|
(use-package async
|
||||||
:ensure t
|
:ensure t
|
||||||
:delight async
|
:delight dired-async-mode
|
||||||
:init
|
:init
|
||||||
(dired-async-mode 1))
|
(dired-async-mode 1))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
@ -1772,6 +1772,7 @@ These are for mode-specific bindings that can/should be outside of the evil maps
|
||||||
(global-set-key (kbd "C-x 3") 'nd/split-and-follow-vertically)
|
(global-set-key (kbd "C-x 3") 'nd/split-and-follow-vertically)
|
||||||
(global-unset-key (kbd "C-x c"))
|
(global-unset-key (kbd "C-x c"))
|
||||||
(global-set-key (kbd "C-x k") 'nd/kill-current-buffer)
|
(global-set-key (kbd "C-x k") 'nd/kill-current-buffer)
|
||||||
|
(global-set-key (kbd "C-x C-d") 'helm-bookmarks)
|
||||||
(global-set-key (kbd "C-x C-f") 'helm-find-files)
|
(global-set-key (kbd "C-x C-f") 'helm-find-files)
|
||||||
(global-set-key (kbd "C-x C-b") 'helm-buffers-list)
|
(global-set-key (kbd "C-x C-b") 'helm-buffers-list)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue