Fix load path; remove setq from x-selection-timeout def.
This commit is contained in:
parent
981b411ec8
commit
b5b18d6621
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user