Compare commits
3 Commits
8a347a9b20
...
59a4ef9c5e
Author | SHA1 | Date | |
---|---|---|---|
|
59a4ef9c5e | ||
|
9fb96c18aa | ||
|
c22a39f751 |
13
config.el
13
config.el
@@ -222,7 +222,7 @@
|
||||
|
||||
("blog" :components ("pages" "static")))))
|
||||
|
||||
(setq org-publish-project-alist (akko/blog-spec))
|
||||
(setq org-publish-project-alist (akko/blog-spec))
|
||||
|
||||
(defun akko/publish-blog ()
|
||||
(interactive)
|
||||
@@ -263,10 +263,6 @@
|
||||
python-shell-interpreter-args "-i --simple-prompt")
|
||||
(setq python-shell-completion-native-disabled-interpreters '("ipython"))
|
||||
|
||||
(use-package! org-roam
|
||||
:config
|
||||
(setq org-roam-database-connector 'sqlite3))
|
||||
|
||||
(setq org-roam-directory (file-truename "/mnt/tenma/srv/boymind"))
|
||||
(org-roam-db-autosync-mode)
|
||||
|
||||
@@ -275,6 +271,13 @@
|
||||
'((ledger . t)
|
||||
))
|
||||
|
||||
(require 'elcord)
|
||||
(elcord-mode)
|
||||
|
||||
(use-package! org-roam
|
||||
:config
|
||||
(setq org-roam-database-connector 'sqlite3))
|
||||
|
||||
(add-to-list 'org-agenda-files "/mnt/tenma/srv/boymind/20230727221433-agenda_akko.org")
|
||||
|
||||
(setq org-roam-capture-templates '(("d" "default" plain "%?"
|
||||
|
@@ -3,6 +3,9 @@
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(elcord-editor-icon "emacs_icon")
|
||||
'(elcord-idle-message "Conquering the Pyu city-states...")
|
||||
'(elcord-mode t nil (elcord))
|
||||
'(org-agenda-files '("~/org/tasks.org" "~/todo.org"))
|
||||
'(package-selected-packages
|
||||
'(polymode fish-mode solidity-mode yaml-mode bison-mode graphql-mode arduino-mode gdscript-mode speed-type ivy-posframe lsp-haskell treemacs key-chord))
|
||||
|
2
init.el
2
init.el
@@ -112,7 +112,7 @@
|
||||
;;assembly ; assembly for fun or debugging
|
||||
cc ; C/C++/Obj-C madness
|
||||
;;clojure ; java with a lisp
|
||||
;;common-lisp ; if you've seen one lisp, you've seen them all
|
||||
common-lisp ; if you've seen one lisp, you've seen them all
|
||||
;;coq ; proofs-as-programs
|
||||
;;crystal ; ruby at the speed of c
|
||||
;;csharp ; unity, .NET, and mono shenanigans
|
||||
|
@@ -8,9 +8,9 @@
|
||||
|
||||
(package! key-chord)
|
||||
(package! which-key)
|
||||
(package! org-mode :recipe (:repo "https://code.orgmode.org/bzg/org-mode.git"))
|
||||
(add-to-list 'load-path "./elfiles")
|
||||
|
||||
(package! ledger-mode)
|
||||
(package! ob-ledger :recipe (:local-repo "lisp/ob-ledger"))
|
||||
|
||||
(package! elcord)
|
||||
(package! emacsql-sqlite3)
|
||||
|
Reference in New Issue
Block a user