Files
dotfiles/dotfiles/.emacs
2024-05-17 15:22:37 -07:00

9 lines
205 B
Plaintext

; Enable following symlinks
(setq vc-follow-symlinks t)
; Load the main config file for emacs
(require 'org)
(org-babel-load-file
(expand-file-name "config.org"
user-emacs-directory))