Fix load path; remove setq from x-selection-timeout def.

This commit is contained in:
jowj 2019-04-23 15:58:57 -05:00
parent 981b411ec8
commit b5b18d6621
2 changed files with 5 additions and 6 deletions

View File

@ -38,11 +38,10 @@
(package-install package))) (package-install package)))
myPackages) myPackages)
(require (load "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-misc.el")
(jlj-misc.el) (load "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-org.el")
(jlj-org.el) (load "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-python.el")
(jlj-python.el) (load "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-rust.el")
(jlj-rust.el))
(custom-set-variables (custom-set-variables
;; custom-set-variables was added by Custom. ;; custom-set-variables was added by Custom.

View File

@ -8,7 +8,7 @@
org-src-strip-leading-and-trailing-blank-lines t org-src-strip-leading-and-trailing-blank-lines t
org-src-preserve-indentation t org-src-preserve-indentation t
org-src-tab-acts-natively t org-src-tab-acts-natively t
setq x-selection-timeout 10 ;; this fixes a freeze when org-capture is called. lol. x-selection-timeout 10 ;; this fixes a freeze when org-capture is called. lol.
org-edit-src-content-indentation 0) org-edit-src-content-indentation 0)
(add-hook 'org-agenda-mode-hook (add-hook 'org-agenda-mode-hook