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)))
|
||||
myPackages)
|
||||
|
||||
(require
|
||||
(jlj-misc.el)
|
||||
(jlj-org.el)
|
||||
(jlj-python.el)
|
||||
(jlj-rust.el))
|
||||
(load "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-misc.el")
|
||||
(load "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-org.el")
|
||||
(load "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-python.el")
|
||||
(load "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-rust.el")
|
||||
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
|
@ -8,7 +8,7 @@
|
||||
org-src-strip-leading-and-trailing-blank-lines t
|
||||
org-src-preserve-indentation 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)
|
||||
|
||||
(add-hook 'org-agenda-mode-hook
|
||||
|
Loading…
Reference in New Issue
Block a user