Alias describe-symbol to doc
This commit is contained in:
parent
ccfe670b6c
commit
0f1cd658a0
@ -599,6 +599,10 @@ Whenever the buffer changes, look up the major-mode to see if there is any code
|
||||
|
||||
(add-hook 'buffer-list-update-hook #'run-buffer-mode-hooks)
|
||||
#+END_SRC
|
||||
** Aliases
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(defalias 'doc 'describe-symbol)
|
||||
#+END_SRC
|
||||
** Miscellaneous
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq warning-suppress-types
|
||||
|
Loading…
Reference in New Issue
Block a user