support emoji, video, and mastodon
This commit is contained in:
parent
f7c04b0831
commit
efe78ee659
13
init.el
13
init.el
|
@ -514,11 +514,24 @@
|
|||
:config
|
||||
(setq elpher-default-url-type "gemini://"))
|
||||
|
||||
;; mastodon
|
||||
(use-package mastodon
|
||||
:config
|
||||
(setq mastodon-instance-url "https://merveilles.town"
|
||||
mastodon-active-user "d6"))
|
||||
|
||||
|
||||
;; ;; pdf/latex
|
||||
;; (use-package doc-view
|
||||
;; :custom doc-view-resolution 1600
|
||||
;; doc-view-scale-internally nil)
|
||||
|
||||
;; view videos with mpv
|
||||
(use-package mpv)
|
||||
|
||||
;; emoji support
|
||||
(use-package emojify)
|
||||
|
||||
;; local copy in .emacs.d/lisp
|
||||
(require 'etags-select)
|
||||
|
||||
|
|
Loading…
Reference in New Issue