Fix w3m tab-line error

This commit is contained in:
Jeremy Dormitzer 2020-02-26 11:56:38 -05:00
parent e350f95653
commit a7fc2d9a5d

View File

@ -1036,7 +1036,6 @@ Some keybindings:
(general-def "C-c r" #'xref-find-references)
#+END_SRC
* IBuffer
#+BEGIN_SRC emacs-lisp
(use-package ibuffer
@ -3758,7 +3757,8 @@ Browsing the web from Emacs. Relies on having [[http://w3m.sourceforge.net/][w3m
w3m-cookie-reject-domains '("www.wsj.com"
"www.bbc.com"
"www.nytimes.com"
"www.washingtonpost.com"))
"www.washingtonpost.com")
w3m-use-tab-line nil)
:general
('normal w3m-mode-map "SPC" leader-map)
('normal w3m-mode-map "gs" #'w3m-search)