Alias describe-symbol to doc

This commit is contained in:
Jeremy Dormitzer 2019-12-26 09:58:48 -05:00
parent ccfe670b6c
commit 0f1cd658a0

View File

@ -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