[Emacs] Remove accidental leftover code

This commit is contained in:
Lucien Cartier-Tilet 2021-12-07 10:14:12 +01:00
parent 4c926eb911
commit 3d71fb43af
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 4 deletions

View File

@ -6384,10 +6384,6 @@ And some for C and C++.
(add-hook 'c++-mode-hook #'c-cpp-mode-pretty-symbols)
#+end_src
#+begin_src emacs-lisp
(defun)
#+end_src
Finally, similar to how ~org-appear~ behaves, lets show the real string
of our symbols when the cursor is on it.
#+begin_src emacs-lisp