adding and setting up dirvish

This commit is contained in:
Chris Cochrun 2022-03-09 06:12:20 -06:00
parent f9b30fcc24
commit 01bffe0db5
2 changed files with 49 additions and 21 deletions

24
init.el
View file

@ -815,7 +815,8 @@ targets."
(setq dired-dwim-target t)
(setq dired-listing-switches "-aoh --group-directories-first")
(setq dired-hide-details-hide-symlink-targets nil)
(setq dired-hide-details-hide-symlink-targets nil
dired-kill-when-opening-new-dired-buffer t)
(add-hook 'dired-mode-hook #'dired-hide-details-mode)
:general
@ -1940,7 +1941,9 @@ interfere with the default `bongo-playlist-buffer'."
:general
(general-def 'normal ement-room-mode-map
"q" 'bury-buffer
"RET" 'ement-room-send-message)
"RET" 'ement-room-send-message
"r" 'ement-room-send-reply
"R" 'ement-room-send-reaction)
(chris/leader-keys
"oM" 'ement-list-rooms))
@ -1984,20 +1987,3 @@ interfere with the default `bongo-playlist-buffer'."
gcmh-verbose nil))
(setq warning-suppress-types '((comp)))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(pdf-misc-print-program "/usr/bin/lpr" t)
'(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot") t)
'(safe-local-variable-values
'((projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/")
(projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B buld/ . && make --dir build/")
(projectile-project-run-cmd . "./build/bin/presenter"))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)