summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-02-21 13:36:25 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-02-21 13:36:25 +0100
commit901d5ea1be8c97cc461554253b63ea13a08fcdee (patch)
treee0fd7f77632f5e116c5cb40a21e1a5e02f4981e4 /src/Makefile
parentcf01f0ed7a5622d31ab030672313b7ad2ec32542 (diff)
Add mail.kak for mail file highlighting
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index b2b0ea14..05be0599 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -23,6 +23,6 @@ XDG_CONFIG_HOME ?= $(HOME)/.config
userconfig:
mkdir -p $(XDG_CONFIG_HOME)/kak/autoload
- ln -s $(CURDIR)/rc/{asciidoc,client,cpp,diff,git,grep,kakrc,make,sh}.kak $(XDG_CONFIG_HOME)/kak/autoload/
+ ln -s $(CURDIR)/rc/{asciidoc,client,cpp,diff,git,grep,kakrc,make,sh,mail}.kak $(XDG_CONFIG_HOME)/kak/autoload/
.PHONY: tags userconfig