dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 34ba82d4447a33a56658d1586a334155f490c542
parent 001de71b77b19cd75e25f14f396fbc7e8830457e
Author: Ashymad <czilukim@o2.pl>
Date:   Wed, 31 Jan 2018 22:16:04 +0100

Add hy-mode.

Diffstat:
M.emacs.d/init.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.emacs.d/init.el b/.emacs.d/init.el @@ -122,6 +122,11 @@ :config (zerodark-setup-modeline-format)) +;; Initialize hy-mode +(use-package hy-mode + :init + (add-to-list 'auto-mode-alist '("\\.hy\\'" . hy-mode))) + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.