I like to have source blocks properly syntax highlighted and with the editing popup window staying within the same window so all the windows don't jump around. Also, having the top and bottom trailing lines in the block is a waste of space, so we can remove them
@ -706,6 +704,7 @@ Ivy-Hydra adds stuff in minibuffer when you press C-o
)
#+end_src
* Personal Finances
I picked ledger for my personal accounting and will test if it's beneficial over gnucash.
..and don't activate the modules at work.
@ -782,6 +781,7 @@ deactivate
It is accessable on this URL: [[http://127.0.0.1:5000][Fava]]
* Programming
** Common things
List of plugins and settings which are shared between the language plugins
Evil-goggles give visual hints when editing texts, so it's more obvious what is actually happening. [[https://github.com/edkolev/evil-goggles][Source]]
#+BEGIN_SRC emacs-lisp
(use-package evil-goggles
:after evil
:ensure t
:config
(evil-goggles-mode)
(evil-goggles-use-diff-faces))
#+END_SRC
* Window Handling
Some tools to easen the navigation, creation and deletion of windows
@ -1397,6 +1409,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."