delighted async mode and added bookmarks shortcut

This commit is contained in:
petrucci4prez 2018-07-24 17:18:17 -04:00
parent 0a55254d65
commit b6879338f3
1 changed files with 2 additions and 1 deletions

View File

@ -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)