From 9952066f1ccb4b5ddd5836f386873edca95c8d25 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Fri, 13 Jan 2023 14:27:10 +0800 Subject: [PATCH] add README and format --- README.org | 8 ++++++++ config.el | 13 ++----------- 2 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..be69677 --- /dev/null +++ b/README.org @@ -0,0 +1,8 @@ +#+title: Readme +狐狸自用全是二手缝合配置,用的是邪恶的 [[https://github.com/hlissner/doom-emacs][doomemacs]] 。 + +** 资料 +https://www.youtube.com/watch?v=rCMh7srOqvw&list=PLhXZp00uXBk4np17N39WvB80zgxlZfVwj +手把手的视频教程,可以用来入门 doom emacs +https://tecosaur.github.io/emacs-config/config.html +非常有用的进阶配置网页,覆盖了大多数的 doom emacs 配置包的配置。 diff --git a/config.el b/config.el index b87f27d..eed7ab7 100755 --- a/config.el +++ b/config.el @@ -191,6 +191,7 @@ :n "A" #'mastodon-profile--get-toot-author :n "F" #'mastodon-tl--get-federated-timeline :n "H" #'mastodon-tl--get-home-timeline + :n "l" #'mastodon-tl--view-list-timeline :n "L" #'mastodon-tl--get-local-timeline :n "N" #'mastodon-notifications-get :n "P" #'mastodon-profile--show-user @@ -397,7 +398,7 @@ Additionally, QUERY can be chosen as well." ("T" "Tickler" entry (file+headline "~/Nextcloud/gtd/tickler.org" "Tickler") "* %i%? \n %U")))) -;;roam-hugo +;; roam-hugo (setq org-hugo-base-dir "~/Documents/roam-publish/") (defun my/org-roam-filter-by-tag (tag-name) @@ -478,16 +479,6 @@ Additionally, QUERY can be chosen as well." (setq epa-file-cache-passphrase-for-symmetric-encryption t) (setq-local epa-file-encrypt-to '("master@southfox.me")) -;; org-download -(require 'org-download) -(setq org-download-screenshot-method "flameshot gui --raw >%s") -(setq-default org-download-heading-lvl nil) -(setq-default org-download-image-dir "./images") -(defun dummy-org-download-annotate-function (link) - "") -(setq org-download-annotate-function - #'dummy-org-download-annotate-function) - ;; org-transclusion (use-package! org-transclusion :after org