Updated path to nanorc and its dependencies

This commit is contained in:
Lucien Cartier-Tilet 2020-02-16 01:08:29 +01:00
parent b876c6817e
commit c29b9a1131
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#+HTML_HEAD_EXTRA: <meta name="description" content="Phundrak's nano configuration" />
#+HTML_HEAD_EXTRA: <meta property="og:title" content="Phundrak's nano configuration" />
#+HTML_HEAD_EXTRA: <meta property="og:description" content="Description of the nano configuration of Phundrak" />
#+PROPERTY: header-args :tangle ~/.nanorc
#+PROPERTY: header-args :tangle ~/.config/nano/nanorc
* Table of Contents :TOC_4_gh:noexport:
:PROPERTIES:
@ -147,5 +147,5 @@
them at the same time. Since the submodule is cloned in =~/.config/nanorc=,
we can add only one line to include all of the =.nanorc= files.
#+BEGIN_SRC conf
include ~/.config/nanorc/*.nanorc
include ~/.config/nano/nano-syntax/*.nanorc
#+END_SRC