aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 57b0780..d7a6464 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -305,17 +305,17 @@ To start off, first I need to enable lexical binding.
(require 'counsel)
#+END_SRC
- Don't show that counsel is enabled in the mode-line. It's enabled
- globally and I'll notice whenever I press M-x for example.
+ Enable Counsel.
#+BEGIN_SRC emacs-lisp
- (diminish 'counsel-mode)
+ (counsel-mode)
#+END_SRC
- Enable Counsel.
+ Don't show that counsel is enabled in the mode-line. It's enabled
+ globally and I'll notice whenever I press M-x for example.
#+BEGIN_SRC emacs-lisp
- (counsel-mode)
+ (diminish 'counsel-mode)
#+END_SRC
* Bookmarks