From 091d6360b362d4177f979aad98b29c678b4471d5 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Thu, 26 Mar 2020 20:42:55 +0800 Subject: [PATCH] Load elpy and use size 14 font by default. --- emacs/.emacs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs/.emacs b/emacs/.emacs index b7c4448..fc8ff51 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -21,8 +21,8 @@ 'org-babel-load-languages '((R . t) (latex . t))) -;; This needs to be fixed - option below results in error when enabled -;;(org-confirm-babel-evaluate nil) +;; Security risk - This is somewhat ill-advised it appears +(setq org-confirm-babel-evaluate nil) ;; Automatically switch to various modes (setq auto-mode-alist @@ -63,12 +63,12 @@ '(org-export-backends (quote (ascii html icalendar latex md odt))) '(package-selected-packages (quote - (org htmlize leuven-theme lua-mode ess-R-data-view ess)))) + (elpy ## org htmlize leuven-theme lua-mode ess-smart-underscore ess-R-data-view ess)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(default ((t (:family "Source Code Pro" :foundry "ADBO" :slant normal :weight normal :height 143 :width normal))))) -- 2.30.2