Skip to content

Commit

Permalink
Enable eldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhu committed Jan 17, 2023
1 parent 303a2db commit ae22021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/111-lisp-config.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(global-prettify-symbols-mode +1)
(global-eldoc-mode -1)
(eldoc-mode -1)
(global-eldoc-mode 1)
(eldoc-mode 1)

(defun conditionally-enable-paredit-mode ()
"Enable 'paredit-mode' in the minibuffer, during 'eval-expression'."
Expand Down

0 comments on commit ae22021

Please sign in to comment.