Add "Enable disabled commands" section
Enable narrow functions cause they're really handy.
This commit is contained in:
parent
091b5fbda2
commit
6f306b4ea5
1 changed files with 10 additions and 0 deletions
|
|
@ -391,6 +391,16 @@ Look into customizing the 'ispell' group.
|
|||
(delete-selection-mode t)
|
||||
#+END_SRC
|
||||
|
||||
** Enable disabled commands
|
||||
|
||||
Some commands are disabled to protect the user.
|
||||
Narrow-region/page is a really handy feature, enable it:
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(put 'narrow-to-page 'disabled nil)
|
||||
(put 'narrow-to-region 'disabled nil)
|
||||
#+END_SRC
|
||||
|
||||
* Dired
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue