summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-02 04:52:59 +0100
committerjao <jao@gnu.org>2021-06-02 04:52:59 +0100
commit6f18904b5f87dd4d32357f4a58f1d0a8f42b0e7e (patch)
treeb0b4e1cb61dd1041553202bda83543702757c87a /init.org
parent9b090bda3663a12759ef2fb4f1b6cdd6e2b0b74f (diff)
downloadelibs-6f18904b5f87dd4d32357f4a58f1d0a8f42b0e7e.tar.gz
elibs-6f18904b5f87dd4d32357f4a58f1d0a8f42b0e7e.tar.bz2
inform not needed (embark already provides easy access)
Diffstat (limited to 'init.org')
-rw-r--r--init.org14
1 files changed, 3 insertions, 11 deletions
diff --git a/init.org b/init.org
index f29c44d..b196cfc 100644
--- a/init.org
+++ b/init.org
@@ -243,6 +243,9 @@
(set-keyboard-coding-system 'latin-1)
t)
(add-to-list 'after-make-frame-functions 'jao--set-kb-system)
+
+ (setq echo-keystrokes 1
+ suggest-key-bindings nil)
#+end_src
*** Battery
#+begin_src emacs-lisp
@@ -419,22 +422,11 @@
(global-font-lock-mode 1)
#+end_src
* Help system
-*** Echos and suggestions
- #+begin_src emacs-lisp
-
- (setq suggest-key-bindings 5
- echo-keystrokes 2)
-
- #+end_src
*** Bookmarks
#+BEGIN_SRC emacs-lisp
(setq bookmark-default-file "~/.emacs.d/emacs.bmk"
bookmark-fontify nil)
#+END_SRC
-*** Inform (links in info buffers)
- #+begin_src emacs-lisp
- (use-package inform :ensure t)
- #+end_src
*** Man pages
#+begin_src emacs-lisp
(setq Man-notify-method 'aggressive) ;; pushy - same window