Emacs: Add w3m to selected packages

master
Pierre Neidhardt 2018-11-19 10:37:01 +01:00
parent ab06085cec
commit 9fa719e113
1 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,9 @@
;; (nconc package-selected-packages '(bison-mode))
;;; C/C++
(nconc package-selected-packages '(clang-format gtk-look))
;; TODO: Fix gtk-look to support in-buffer documentation display with eww
;; instead of just with w3m.
(nconc package-selected-packages '(clang-format gtk-look w3m))
(with-eval-after-load 'cc-mode (require 'init-cc))
;;; ChangeLog