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)))
|
:use-authinfo t)))
|
||||||
(elfeed-protocol-enable)))
|
(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
|
;; Do not write anything past this comment. This is where Emacs will
|
||||||
;; auto-generate custom variable definitions.
|
;; auto-generate custom variable definitions.
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
@ -284,18 +289,18 @@ you should place your code here."
|
|||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(evil-want-Y-yank-to-eol nil)
|
'(evil-want-Y-yank-to-eol nil)
|
||||||
'(package-selected-packages (quote (elfeed-protocol elfeed-web elfeed-org elfeed-goodies
|
'(package-selected-packages (quote (ox-reveal ox-gfm elfeed-protocol elfeed-web
|
||||||
ace-jump-mode noflet elfeed systemd dockerfile-mode
|
elfeed-org elfeed-goodies ace-jump-mode noflet
|
||||||
docker tablist docker-tramp zenburn-theme
|
elfeed systemd dockerfile-mode docker tablist
|
||||||
zen-and-art-theme white-sand-theme underwater-theme
|
docker-tramp zenburn-theme zen-and-art-theme
|
||||||
ujelly-theme twilight-theme twilight-bright-theme
|
white-sand-theme underwater-theme ujelly-theme
|
||||||
twilight-anti-bright-theme toxi-theme tao-theme
|
twilight-theme twilight-bright-theme twilight-anti-bright-theme
|
||||||
tangotango-theme tango-plus-theme tango-2-theme
|
toxi-theme tao-theme tangotango-theme tango-plus-theme
|
||||||
sunny-day-theme sublime-themes subatomic256-theme
|
tango-2-theme sunny-day-theme sublime-themes
|
||||||
subatomic-theme spacegray-theme soothe-theme
|
subatomic256-theme subatomic-theme spacegray-theme
|
||||||
solarized-theme soft-stone-theme soft-morning-theme
|
soothe-theme solarized-theme soft-stone-theme
|
||||||
soft-charcoal-theme smyx-theme seti-theme
|
soft-morning-theme soft-charcoal-theme smyx-theme
|
||||||
reverse-theme rebecca-theme railscasts-theme
|
seti-theme reverse-theme rebecca-theme railscasts-theme
|
||||||
purple-haze-theme professional-theme planet-theme
|
purple-haze-theme professional-theme planet-theme
|
||||||
phoenix-dark-pink-theme phoenix-dark-mono-theme
|
phoenix-dark-pink-theme phoenix-dark-mono-theme
|
||||||
organic-green-theme omtose-phellack-theme
|
organic-green-theme omtose-phellack-theme
|
||||||
|
Loading…
Reference in New Issue
Block a user