|
|
|
|
@ -384,6 +384,13 @@ |
|
|
|
|
(global-set-key (kbd "M-g M-g") 'avy-goto-line) |
|
|
|
|
(global-set-key (kbd "M-g g") 'avy-goto-line) |
|
|
|
|
#+END_SRC |
|
|
|
|
** expand-region |
|
|
|
|
This is an excellent package, although I do not use it that much |
|
|
|
|
I should find a better binding |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
(require 'expand-region) |
|
|
|
|
(global-set-key (kbd "C-=") 'er/expand-region) |
|
|
|
|
#+END_SRC |
|
|
|
|
** Atomic chrome |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
;;(require 'atomic-chrome) |
|
|
|
|
@ -461,12 +468,6 @@ |
|
|
|
|
#+END_SRC |
|
|
|
|
** Leftovers |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
|
|
|
|
|
;; * load expand-region |
|
|
|
|
|
|
|
|
|
(require 'expand-region) |
|
|
|
|
(global-set-key (kbd "C-=") 'er/expand-region) |
|
|
|
|
|
|
|
|
|
(setq european-calendar-style 't) |
|
|
|
|
;; first day of the week is monday instead of sunday: |
|
|
|
|
(setq calendar--week--start--day 1) |
|
|
|
|
|