Merge branch 'master' of github.com:qbit/dotconf

This commit is contained in:
Aaron Bieber 2021-12-02 09:10:11 -07:00
commit 2e09ea554d
2 changed files with 15 additions and 12 deletions

View File

@ -992,11 +992,11 @@ This advice can make `other-window' skip `sr-speedbar' window."
plantuml is a pretty easy way to make decent looking flow chart sorta things.
#+begin_src emacs-lisp
(use-package plantuml-mode
:config
(progn
(setq org-plantuml-jar-path (expand-file-name "~/Docs/plantuml.jar"))
(add-to-list 'org-src-lang-modes '("plantuml" . plantuml))
(use-package plantuml-mode
:config
(progn
(setq org-plantuml-jar-path (expand-file-name "~/Docs/plantuml.jar"))
(add-to-list 'org-src-lang-modes '("plantuml" . plantuml))))
#+end_src
** Elpher
@ -1191,8 +1191,10 @@ can't quit!
#+begin_src emacs-lisp
(org-babel-do-load-languages
'org-babel-load-languages
'((plantuml . t)
(latex . t)))
'((plantuml . t)))
(org-babel-do-load-languages
'org-babel-load-languages
'((latex . t)))
#+end_src
** Publish bits
@ -1267,7 +1269,7 @@ I publish some of my notes [[https://suah.dev/p][on suah.dev/p]]. Also some reci
:recursive t
:publishing-function org-publish-attachment)
("ohmy-static"
:base-directory "~/src/ohmyksh/.static"
:base-directory "~/src/ohmyksh"
:publishing-directory "/ssh:suah.dev:/var/www/deftly/ohmyksh/"
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg"
:recursive t
@ -1365,6 +1367,7 @@ I publish some of my notes [[https://suah.dev/p][on suah.dev/p]]. Also some reci
org-startup-indented t
org-log-done 'time
org-export-with-sub-superscripts nil
org-html-inline-images t
org-log-into-drawer t
org-src-tab-acts-natively t
org-agenda-skip-scheduled-if-deadline-is-shown t
@ -1442,7 +1445,7 @@ Add in some org-mode helpers:
headline. (properties can be set via ~C-c C-x d~
#+begin_src emacs-lisp
(require 'org-habit)
(require 'org-checklist)
;(require 'org-checklist)
#+end_src
Found this bad boy to integrate pinboard with org-mode:

View File

@ -3,12 +3,12 @@ AddKeysToAgent yes
VerifyHostKeyDNS yes
# for secretive
Include ~/.ssh/macos
Host *
controlmaster auto
controlpath /tmp/ssh-%r@%h:%p
Include ~/.ssh/host_config
# for secretive
Include ~/.ssh/macos