mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Oops, I already had a place for that
This commit is contained in:
parent
1e6a892376
commit
625190d687
2 changed files with 2 additions and 6 deletions
|
|
@ -1036,8 +1036,3 @@
|
|||
browse-url-browser-function 'browse-url-generic
|
||||
search-web-default-browser 'browse-url-generic))
|
||||
#+end_src
|
||||
* Terminal compatibility
|
||||
#+begin_src emacs-lisp
|
||||
(when (null window-system)
|
||||
(require 'term-compat))
|
||||
#+end_src
|
||||
|
|
|
|||
3
init.el
3
init.el
|
|
@ -56,7 +56,8 @@
|
|||
(require 'quelpa)
|
||||
(require 'quelpa-use-package)
|
||||
|
||||
(require 'term-compat)
|
||||
(when (null window-system)
|
||||
(require 'term-compat))
|
||||
|
||||
(when (native-comp-available-p)
|
||||
(require 'comp)
|
||||
|
|
|
|||
Loading…
Reference in a new issue