whitespace cleanup

master
Jacopo De Simoi 7 months ago
parent b97450aa3c
commit 9d41e60ee7
  1. 7
      global.org

@ -670,17 +670,12 @@
(setq-default tab-width 4 (setq-default tab-width 4
indent-tabs-mode nil) indent-tabs-mode nil)
#+end_src #+end_src
*** TODO Have a look at ws-trim.el
It is conf'ble to avoid removing whitespace from lines that were not
modified; sounds like a good idea for git
[ftp://ftp.lysator.liu.se/pub/emacs/ws-trim.el]
** Show matching parens ** Show matching parens
Use ~show-paren~ for paren-highlighting Use ~show-paren~ for paren-highlighting
#+begin_src emacs-lisp #+begin_src emacs-lisp
(show-paren-mode 1) (show-paren-mode 1)
#+end_src #+end_src
*** TODO find out if there are better options out there
** Load hydra ** Load hydra
#+begin_src emacs-lisp #+begin_src emacs-lisp
(require 'hydra) (require 'hydra)

Loading…
Cancel
Save