aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-09-11 22:23:22 +0800
committerGuangxiong Lin <[email protected]>2021-09-11 22:23:38 +0800
commit07b0cf089419d37528273468c394238e805c4a3d (patch)
tree48b3e357dece4a79e689276fdf2df22af9fd5be9 /.emacs.d/init.el
parent7a2ba4fa9dbae8aa7c05a51d569217d0742e586e (diff)
downloaddotfiles-07b0cf089419d37528273468c394238e805c4a3d.tar.gz
dotfiles-07b0cf089419d37528273468c394238e805c4a3d.tar.bz2
dotfiles-07b0cf089419d37528273468c394238e805c4a3d.zip
Add racket filetype in emacs
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 5d07f24..bc6f720 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -16,6 +16,7 @@
(require 'init-evil)
(require 'init-org)
(require 'init-lang)
+(require 'init-filetype)
(require 'init-misc)
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))