Things
- `cura` without disallowed areas for Ender 3 printers - `udiskie` service for automounting - Emacs - removed `vimish-fold` and `evil-vimish-fold` - added `origami` - added `highlight-indent-guides` - restored and improved `dirvish`
This commit is contained in:
parent
eac14e0e49
commit
28f14cab2e
11 changed files with 164 additions and 25 deletions
|
@ -1,13 +1,13 @@
|
|||
(use-package modus-themes
|
||||
:init
|
||||
(setq
|
||||
modus-themes-region '(bg-only no-extend))
|
||||
modus-themes-region '(bg-only no-extend))
|
||||
(modus-themes-load-themes)
|
||||
:config
|
||||
(modus-themes-load-operandi) ;white theme
|
||||
;; (modus-themes-load-vivendi) ;black theme
|
||||
(modus-themes-load-operandi) ;white theme
|
||||
;; (modus-themes-load-vivendi) ;black theme
|
||||
:bind ("<f5>" . modus-themes-toggle)
|
||||
)
|
||||
)
|
||||
|
||||
(use-package fira-code-mode
|
||||
:after all-the-icons
|
||||
|
@ -43,7 +43,15 @@
|
|||
;; :hook ((prog-mode . rainbow-identifiers-mode))
|
||||
)
|
||||
|
||||
;; To move in a different config file
|
||||
(use-package highlight-indent-guides
|
||||
:hook ((prog-mode . highlight-indent-guides-mode))
|
||||
:config (setq highlight-indent-guides-method 'character
|
||||
highlight-indent-guides-responsive 'top))
|
||||
|
||||
(use-package origami
|
||||
:hook ((prog-mode . origami-mode)))
|
||||
|
||||
;; TODO: To move in a different config file
|
||||
(when (string-equal system-type "darwin")
|
||||
(set-face-attribute 'default nil :height 150)
|
||||
(setq mac-command-modifier 'ctrl))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue