From b6879338f3933cfef9f1f6e91adb60d9027282b2 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Tue, 24 Jul 2018 17:18:17 -0400 Subject: [PATCH] delighted async mode and added bookmarks shortcut --- conf.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.org b/conf.org index 45667b3..7482da1 100644 --- a/conf.org +++ b/conf.org @@ -193,7 +193,7 @@ No need for startup screen, tool/menu/scrollbars, or backups #+BEGIN_SRC emacs-lisp (use-package async :ensure t - :delight async + :delight dired-async-mode :init (dired-async-mode 1)) #+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-unset-key (kbd "C-x c")) (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-b") 'helm-buffers-list)