It seems to me that it does not quite work as it should yet.
master
Jacopo De Simoi 6 years ago
parent c9b4fdcb0f
commit 6348d76069
  1. 5
      global.org

@ -1685,6 +1685,10 @@
#+BEGIN_SRC emacs-lisp
(require 'erc-dcc)
#+END_SRC
** vterm
#+BEGIN_SRC emacs-lisp
(require 'vterm)
#+END_SRC
** TODO Phase out Package.el
Load package.el
#+BEGIN_SRC emacs-lisp
@ -1720,6 +1724,7 @@
(set-face-bold 'bold nil)
(wilder/fixup-faces)
(with-eval-after-load "info" (wilder/fixup-faces) nil)
(with-eval-after-load "vterm" (wilder/fixup-faces) nil)
#+END_SRC
** Start server

Loading…
Cancel
Save