remove depreciated option
This commit is contained in:
parent
573508bc79
commit
b19e496deb
11
init.el
11
init.el
@ -69,7 +69,7 @@
|
|||||||
:hook
|
:hook
|
||||||
(org-mode . visual-line-mode)
|
(org-mode . visual-line-mode)
|
||||||
(org-mode . org-display-inline-images)
|
(org-mode . org-display-inline-images)
|
||||||
(org-babel-after-execute . (lambda () (when org-inline-image-overlays (org-redisplay-inline-images)))
|
(org-babel-after-execute . (lambda () (when org-inline-image-overlays (org-redisplay-inline-images))))
|
||||||
:config
|
:config
|
||||||
(org-babel-do-load-languages
|
(org-babel-do-load-languages
|
||||||
'org-babel-load-languages
|
'org-babel-load-languages
|
||||||
@ -103,13 +103,13 @@
|
|||||||
'(("c" "Clock into new")
|
'(("c" "Clock into new")
|
||||||
("ct" "Task" entry (file+headline "~/org/agenda/inbox.org" "Inbox")
|
("ct" "Task" entry (file+headline "~/org/agenda/inbox.org" "Inbox")
|
||||||
"* TODO %?\nSCHEDULED: %T Created: %U\n Context: %a\n %i" :clock-in t :clock-keep t)
|
"* TODO %?\nSCHEDULED: %T Created: %U\n Context: %a\n %i" :clock-in t :clock-keep t)
|
||||||
("cm" "Meeting" entry (file+datetree "~/org/agenda/meetings.org")
|
("cm" "Meeting" entry (file+olp+datetree "~/org/agenda/meetings.org")
|
||||||
"* %?\n** Details\n + *Agenda*:\n + *Attendees*:\n" :clock-in t :clock-keep t)
|
"* %?\n** Details\n + *Agenda*:\n + *Attendees*:\n" :clock-in t :clock-keep t)
|
||||||
("t" "New Task" entry (file+headline "~/org/agenda/inbox.org" "Inbox")
|
("t" "New Task" entry (file+headline "~/org/agenda/inbox.org" "Inbox")
|
||||||
"* TODO %?\n Created: %U\n Context: %a\n %i")
|
"* TODO %?\n Created: %U\n Context: %a\n %i")
|
||||||
("j" "New Journal Entry" entry (file+datetree "~/org/agenda/journal.org.gpg")
|
("j" "New Journal Entry" entry (file+olp+datetree "~/org/agenda/journal.org.gpg")
|
||||||
"* %? %^g\n\nPosted At: %U" :empty-lines-after 1 :kill-buffer t)
|
"* %? %^g\n\nPosted At: %U" :empty-lines-after 1 :kill-buffer t)
|
||||||
("l" "New Log Entry" entry (file+datetree "~/org/agenda/log.org.gpg")
|
("l" "New Log Entry" entry (file+olp+datetree "~/org/agenda/log.org.gpg")
|
||||||
"* %? \nPosted At: %U" :empty-lines-after 1 :kill-buffer t)
|
"* %? \nPosted At: %U" :empty-lines-after 1 :kill-buffer t)
|
||||||
("r" "Random" entry (file "~/org/agenda/random.org.gpg")
|
("r" "Random" entry (file "~/org/agenda/random.org.gpg")
|
||||||
"* %?\nCreated At: %U" :empty-lines-after 1 :kill-buffer t)
|
"* %?\nCreated At: %U" :empty-lines-after 1 :kill-buffer t)
|
||||||
@ -267,7 +267,8 @@
|
|||||||
(add-hook 'fsharp-mode-hook #'eglot-ensure)
|
(add-hook 'fsharp-mode-hook #'eglot-ensure)
|
||||||
(setq eglot-fsharp-server-args '("--use-fcs-transparent-compiler" "--project-graph-enabled")
|
(setq eglot-fsharp-server-args '("--use-fcs-transparent-compiler" "--project-graph-enabled")
|
||||||
eglot-report-progress nil
|
eglot-report-progress nil
|
||||||
eglot-ignored-server-capabilities '(:inlayHintProvider)))
|
eglot-ignored-server-capabilities '(:inlayHintProvider))
|
||||||
|
)
|
||||||
|
|
||||||
(use-package lua-mode :ensure t)
|
(use-package lua-mode :ensure t)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user