diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-15 14:06:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-15 14:06:01 +0200 |
commit | b0d90af320cc4e0cb599adc2c537e396b0728cfd (patch) | |
tree | 89fc67449512e83178c2d871994116b25550ec1b /emacs/init.el | |
parent | improve new-c-proj (diff) | |
download | dotfiles-b0d90af320cc4e0cb599adc2c537e396b0728cfd.tar.gz dotfiles-b0d90af320cc4e0cb599adc2c537e396b0728cfd.tar.bz2 dotfiles-b0d90af320cc4e0cb599adc2c537e396b0728cfd.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 1a98a14..6ef9006 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -44,3 +44,4 @@ (add-to-list 'auto-mode-alist '("/PKGBUILD$" . shell-script-mode)) (add-to-list 'auto-mode-alist '("/APKBUILD$" . shell-script-mode)) +(setq auto-mode-alist (cons '("\.cl$" . c-mode) auto-mode-alist)) |