From 6f18904b5f87dd4d32357f4a58f1d0a8f42b0e7e Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 2 Jun 2021 04:52:59 +0100 Subject: inform not needed (embark already provides easy access) --- init.org | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'init.org') 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 -- cgit v1.2.3