diff --git a/.gitmodules b/.gitmodules index 0eaa7fb..7fc0dc0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "external-packages/nerd-icons-dired"] path = external-packages/nerd-icons-dired url = https://github.com/rainstormstudio/nerd-icons-dired.git +[submodule "external-packages/ligature.el"] + path = external-packages/ligature.el + url = https://github.com/mickeynp/ligature.el.git diff --git a/README.org b/README.org index 94ff531..b15a0fe 100644 --- a/README.org +++ b/README.org @@ -181,19 +181,18 @@ Configure the look and feel of Emacs *** Font ligatures #+begin_src emacs-lisp (use-package ligature - :if (package-installed-p 'ligature) - :disabled t + :load-path "external-packages/ligature.el/" :functions (ligature-set-ligatures global-ligature-mode) :config (ligature-set-ligatures '(text-mode prog-mode org-mode) - '("->" "-->" "--->" "=>" "==>" "===>" - "<--" "<---" "<-" "<==" "<===" - "<->" "<-->" "<--->" "<---->" - "<=>" "<==>" "<===>" "<====>" - "<=" ">=" "==" "!=" "===" "!==" "!===" - "/*" "*/" "+++" "<~~" "~~>" "")) + '("<---" "<--" "<<-" "<-" "->" "-->" "--->" "<->" "<-->" "<--->" "<---->" "