Enable narrow commands

master
Jacopo De Simoi 8 years ago
parent 9e0966276b
commit b0b4804c89
  1. 7
      global.org

@ -282,6 +282,13 @@
(global-set-key (kbd "C-x k") 'kill-this-buffer)
(global-set-key (kbd "C-S-v") 'scroll-down-command)
#+END_SRC
** Disable commands
Enable narrow commands
#+BEGIN_SRC emacs-lisp
(put 'narrow-to-region 'disabled nil)
(put 'LaTeX-narrow-to-environment 'disabled nil)
(put 'narrow-to-page 'disabled nil)
#+END_SRC
** Smart beginning-of-line
This is a relatively smart way to go back to the beginning of the line
#+BEGIN_SRC emacs-lisp

Loading…
Cancel
Save