add README and format

This commit is contained in:
SouthFox 2023-01-13 14:27:10 +08:00
parent 51705ccae8
commit 9952066f1c
2 changed files with 10 additions and 11 deletions

8
README.org Normal file
View file

@ -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 配置包的配置。

View file

@ -191,6 +191,7 @@
:n "A" #'mastodon-profile--get-toot-author :n "A" #'mastodon-profile--get-toot-author
:n "F" #'mastodon-tl--get-federated-timeline :n "F" #'mastodon-tl--get-federated-timeline
:n "H" #'mastodon-tl--get-home-timeline :n "H" #'mastodon-tl--get-home-timeline
:n "l" #'mastodon-tl--view-list-timeline
:n "L" #'mastodon-tl--get-local-timeline :n "L" #'mastodon-tl--get-local-timeline
:n "N" #'mastodon-notifications-get :n "N" #'mastodon-notifications-get
:n "P" #'mastodon-profile--show-user :n "P" #'mastodon-profile--show-user
@ -478,16 +479,6 @@ Additionally, QUERY can be chosen as well."
(setq epa-file-cache-passphrase-for-symmetric-encryption t) (setq epa-file-cache-passphrase-for-symmetric-encryption t)
(setq-local epa-file-encrypt-to '("master@southfox.me")) (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 ;; org-transclusion
(use-package! org-transclusion (use-package! org-transclusion
:after org :after org