mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Added github markdown & relealjs support to org
This commit is contained in:
parent
fd006c17b8
commit
acdce1e42c
@ -276,6 +276,11 @@ you should place your code here."
|
||||
:use-authinfo t)))
|
||||
(elfeed-protocol-enable)))
|
||||
|
||||
;; org
|
||||
(with-eval-after-load 'org
|
||||
(setq org-enable-github-support t org-enable-reveal-js-support
|
||||
t))
|
||||
|
||||
;; Do not write anything past this comment. This is where Emacs will
|
||||
;; auto-generate custom variable definitions.
|
||||
(custom-set-variables
|
||||
@ -284,18 +289,18 @@ you should place your code here."
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(evil-want-Y-yank-to-eol nil)
|
||||
'(package-selected-packages (quote (elfeed-protocol elfeed-web elfeed-org elfeed-goodies
|
||||
ace-jump-mode noflet elfeed systemd dockerfile-mode
|
||||
docker tablist docker-tramp zenburn-theme
|
||||
zen-and-art-theme white-sand-theme underwater-theme
|
||||
ujelly-theme twilight-theme twilight-bright-theme
|
||||
twilight-anti-bright-theme toxi-theme tao-theme
|
||||
tangotango-theme tango-plus-theme tango-2-theme
|
||||
sunny-day-theme sublime-themes subatomic256-theme
|
||||
subatomic-theme spacegray-theme soothe-theme
|
||||
solarized-theme soft-stone-theme soft-morning-theme
|
||||
soft-charcoal-theme smyx-theme seti-theme
|
||||
reverse-theme rebecca-theme railscasts-theme
|
||||
'(package-selected-packages (quote (ox-reveal ox-gfm elfeed-protocol elfeed-web
|
||||
elfeed-org elfeed-goodies ace-jump-mode noflet
|
||||
elfeed systemd dockerfile-mode docker tablist
|
||||
docker-tramp zenburn-theme zen-and-art-theme
|
||||
white-sand-theme underwater-theme ujelly-theme
|
||||
twilight-theme twilight-bright-theme twilight-anti-bright-theme
|
||||
toxi-theme tao-theme tangotango-theme tango-plus-theme
|
||||
tango-2-theme sunny-day-theme sublime-themes
|
||||
subatomic256-theme subatomic-theme spacegray-theme
|
||||
soothe-theme solarized-theme soft-stone-theme
|
||||
soft-morning-theme soft-charcoal-theme smyx-theme
|
||||
seti-theme reverse-theme rebecca-theme railscasts-theme
|
||||
purple-haze-theme professional-theme planet-theme
|
||||
phoenix-dark-pink-theme phoenix-dark-mono-theme
|
||||
organic-green-theme omtose-phellack-theme
|
||||
|
Loading…
Reference in New Issue
Block a user