emacs theme, but also for most of my other software too, especially my
shell. Consistent look is great.
#+BEGIN_SRC emacs-lisp
- (use-package color-theme-solarized
+ (use-package solarized-theme
:ensure solarized-theme
:init
(progn
hilighting them makes it obvious where they are.
#+BEGIN_SRC emacs-lisp
(use-package mic-paren
+ :ensure t
:config
(paren-activate))
#+END_SRC
:bind (:map dired-mode-map
("F" . find-name-dired)
("/" . dired-narrow))
+ :defer
:init
(progn
(setq diredp-hide-details-initially-flag nil))
:ensure wdired
:bind (:map dired-mode-map
("r" . wdired-change-to-wdired-mode))
- :init
+ :config
(progn
- (validate-setq wdired-allow-to-change-permissions t)))
+ (setq wdired-allow-to-change-permissions t)))
(use-package dired-narrow
:ensure t
)
:init
(progn
- (validate-setq git-gutter+-disabled-modes '(org-mode))
+ (setq git-gutter+-disabled-modes '(org-mode))
(global-git-gutter+-mode 1))
:config
(progn
:init
(hook-into-modes 'highlight-indentation-mode '(yaml-mode-hook python-mode-hook))
(hook-into-modes 'highlight-indentation-current-column-mode '(yaml-mode-hook python-mode-hook))
+ :config
(set-face-background 'highlight-indentation-face "#283d83")
(set-face-background 'highlight-indentation-current-column-face "#285f85")
)
:bind (("C-x g" . magit-status)
("C-x G" . magit-status-with-prefix)
:magit-status-mode-map
- ("q" 'magit-quit-session ))
+ ("q" . magit-quit-session ))
:config
(progn