diff options
| author | tslil clingman <> | 2024-07-13 15:07:01 +0200 |
|---|---|---|
| committer | tslil clingman <> | 2024-07-13 15:09:41 +0200 |
| commit | ed836738a16efb7721b72f6aa58f07541fd37393 (patch) | |
| tree | 077b925d8ad499d8c50b37c5049cae50e4e606f9 /emacs/work_inits/60-misc-configs.el | |
| parent | 31da2d6faa41043ce5e1ddc9b8f6ac0aacc49708 (diff) | |
[emacs] cleanup
Diffstat (limited to 'emacs/work_inits/60-misc-configs.el')
| -rw-r--r-- | emacs/work_inits/60-misc-configs.el | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/emacs/work_inits/60-misc-configs.el b/emacs/work_inits/60-misc-configs.el deleted file mode 100644 index 4df81e0..0000000 --- a/emacs/work_inits/60-misc-configs.el +++ /dev/null @@ -1,22 +0,0 @@ -;; Time-stamp: <2021-09-27 08h49 EDT (hobbies)> - -(use-package dired - :defer t - :config - (setq dired-listing-switches "--group-directories-first -alh" - dired-auto-revert-buffer t - dired-dwim-target t - ;; ??? - ;; dired-guess-shell-alist-user '(("\\.djvu\\'" "zathura") - ;; ("\\.pdf\\'" "zathura") - ;; ("\\.ps\\'" "zathura")) - )) - -(use-package browse-url - :defer t - :config - (setq browse-url-generic-program "firefox" - browse-url-browser-function 'browse-url-default-browser)) - -(setq backup-directory-alist `((".*" . ,temporary-file-directory)) - auto-save-file-name-transforms `((".*" ,temporary-file-directory t))) |
