Change Dired configuration and cosmetic changes

This commit is contained in:
Dimitri Lozeve 2021-04-16 15:56:05 +02:00
parent 0999ad254f
commit 25d01738f2

28
init.el
View file

@ -30,6 +30,9 @@
(setq auto-window-vscroll nil) (setq auto-window-vscroll nil)
;; Dired human readable sizes
(setq dired-listing-switches "-alh")
;; Enable disabled commands ;; Enable disabled commands
(put 'narrow-to-region 'disabled nil) (put 'narrow-to-region 'disabled nil)
@ -107,17 +110,22 @@
(setq uniquify-ignore-buffers-re "^\\*")) (setq uniquify-ignore-buffers-re "^\\*"))
;; Theme ;; Theme
;; (use-package base16-theme (use-package base16-theme
;; :ensure t
;; :init
;; (setq base16-theme-256-color-source 'base16-shell)
;; :config
;; (load-theme 'base16-default-dark t))
(use-package color-theme-sanityinc-tomorrow
:ensure t :ensure t
:init
(setq base16-theme-256-color-source 'base16-shell)
:config :config
(load-theme 'sanityinc-tomorrow-night)) (load-theme 'base16-default-dark t))
;; (use-package color-theme-sanityinc-tomorrow
;; :ensure t
;; :config
;; (load-theme 'sanityinc-tomorrow-night))
;; (use-package vscode-dark-plus-theme
;; :ensure t
;; :config
;; (load-theme 'vscode-dark-plus t))
(use-package exec-path-from-shell (use-package exec-path-from-shell
:ensure t :ensure t
@ -611,6 +619,8 @@
(shell . t))) (shell . t)))
(setq org-confirm-babel-evaluate nil) (setq org-confirm-babel-evaluate nil)
(setq org-src-preserve-indentation nil
org-edit-src-content-indentation 0)
;; System locale to use for formatting time values. Make sure that ;; System locale to use for formatting time values. Make sure that
;; the weekdays in the time stamps of your Org mode files and in the ;; the weekdays in the time stamps of your Org mode files and in the