aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-07-14 00:54:48 -0700
committerGravatar Tom Willemse2023-07-14 00:54:48 -0700
commitb144e84ea5b013fdd161287d4d5a6eb12f02e53b (patch)
treecdb428cd1b5049a77caafd8f192dd2f394e805d1 /oni/home/services/emacs
parent5aa1d0c0e8069bdce3ff938948bfaeeb1e10c834 (diff)
downloadnew-dotfiles-b144e84ea5b013fdd161287d4d5a6eb12f02e53b.tar.gz
new-dotfiles-b144e84ea5b013fdd161287d4d5a6eb12f02e53b.zip
Add ‘emacs-oni-hy’
I just added a configuration for programming in Hy. This is the first step for moving more of my Emacs configuration into guix home. Instead of adding the autoload for ‘oni-hy’ in the ‘oni-core’ package, I've added it directly to my Guix configuration. In the future I'll want to change this so that each package gets its own configuration and also extends my Emacs configuration so that it automatically adds these autoloads when I add a package.
Diffstat (limited to 'oni/home/services/emacs')
-rw-r--r--oni/home/services/emacs/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/oni/home/services/emacs/init.el b/oni/home/services/emacs/init.el
index 87fb81c..b628c81 100644
--- a/oni/home/services/emacs/init.el
+++ b/oni/home/services/emacs/init.el
@@ -50,8 +50,3 @@
(with-eval-after-load 'electric
(add-hook 'electric-quote-inhibit-functions #'oni-in-word-p))
-(setq custom-file "~/.config/emacs/custom.el")
-(load custom-file)
-
-(provide 'init)
-;;; init.el ends here