Update user-init-file variable; load python in org-babel.
This commit is contained in:
parent
ffe20c5616
commit
fde6db797b
@ -19,7 +19,7 @@
|
||||
(setq backup-directory-alist `(("." . "~/Dropbox/org/.saves"))) ; deal with bullshit files in every dir.
|
||||
(set-frame-font "Consolas 12") ; set default font, versions of emacs may require set-default-font
|
||||
|
||||
(setq user-init-file "~/Documents/projects/agares/.emacs/init.el") ;set default init file to agares
|
||||
(setq user-init-file "~/Documents/projects/agares/applicationConfiguration/.emacs/init.el") ;set default init file to agares
|
||||
(find-file "~/Dropbox/org/personal.org") ;open primary org file on launch
|
||||
(transient-mark-mode 1) ; Enable transient mark mode
|
||||
|
||||
@ -35,6 +35,9 @@
|
||||
(setq ispell-program-name "/usr/local/bin/ispell") ; set flyspell's spellchecker
|
||||
(add-hook 'org-mode-hook 'turn-on-flyspell) ; enable flyspell-mode in all org-mode enabled files
|
||||
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages '((python . t)))
|
||||
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
Loading…
Reference in New Issue
Block a user