mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Initial commit
This commit is contained in:
commit
0550747242
11 changed files with 2414 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*
|
||||
2
agenda-files.el
Normal file
2
agenda-files.el
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
(quote ("~/MEGA/org/agenda/people.org" "/home/benson/MEGA/org/agenda/work.org" "/home/benson/MEGA/org/agenda/refile.org" "/home/benson/MEGA/org/agenda/school.org" "~/MEGA/org/entries/journal.gpg" "~/MEGA/org/agenda/tech.org" "/home/benson/MEGA/org/agenda/personal.org"))
|
||||
2
codertilldeath_variables.el
Normal file
2
codertilldeath_variables.el
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
(quote nil)
|
||||
2075
config.org
Normal file
2075
config.org
Normal file
File diff suppressed because it is too large
Load diff
96
custom.el
Normal file
96
custom.el
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(custom-safe-themes
|
||||
(quote
|
||||
("b9e9ba5aeedcc5ba8be99f1cc9301f6679912910ff92fdf7980929c2fc83ab4d" "c74e83f8aa4c78a121b52146eadb792c9facc5b1f02c917e3dbb454fca931223" "84d2f9eeb3f82d619ca4bfffe5f157282f4779732f48a5ac1484d94d5ff5b279" "1a094b79734450a146b0c43afb6c669045d7a8a5c28bc0210aba28d36f85d86f" "7997e0765add4bfcdecb5ac3ee7f64bbb03018fb1ac5597c64ccca8c88b1262f" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "003a9aa9e4acb50001a006cfde61a6c3012d373c4763b48ceb9d523ceba66829" "c616e584f7268aa3b63d08045a912b50863a34e7ea83e35fcab8537b75741956" "b59d7adea7873d58160d368d42828e7ac670340f11f36f67fa8071dbf957236a" default)))
|
||||
'(debug-on-error nil)
|
||||
'(global-company-mode t)
|
||||
'(iswitchb-mode t)
|
||||
'(line-number-mode nil)
|
||||
'(org-agenda-files
|
||||
(quote
|
||||
("~/MEGA/org/agenda/people.org" "/home/benson/MEGA/org/agenda/work.org" "/home/benson/MEGA/org/agenda/refile.org" "/home/benson/MEGA/org/agenda/school.org" "~/MEGA/org/entries/journal.gpg" "~/MEGA/org/agenda/tech.org" "/home/benson/MEGA/org/agenda/personal.org")))
|
||||
'(org-export-backends (quote (ascii beamer html icalendar latex)))
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(glsl-mode oauth2 ng2-mode transpose-frame org clj-refactor clojure-snippets common-lisp-snippets company-auctex go-snippets haskell-snippets java-snippets ensime yasnippet-bundle yasnippet helm-exwm csharp-mode smex dashboard matlab-mode beacon company-flx dired-du diredful free-keys elfeed-goodies exwm-surf el-autoyas flycheck-clojure flycheck-haskell flycheck-irony flycheck-pycheckers company-erlang company-ghc company-ghci company-go company-lua company-arduino company-c-headers company-cmake company-distel company-lsp company-irony ac-c-headers ac-html ac-html-angular ac-slime ac-cider ace-window exwm angular-mode neotree smart-mode-line-powerline-theme smart-mode-line airline-themes counsel-projectile helm-projectile projectile ace-jump-mode ace-jump-buffer ace-jump-helm-line resize-window volume babel babel-repl lua-mode pocket-reader el-pocket magit-svn magit dirtree mu4e-alert habitica scala-mode auto-complete w3m wanderlust calfw calfw-gcal org-gcal nlinum nlinum-relative color-theme-modern linum-relative helm i3wm org-bullets auctex windresize slime powerline-evil persistent-soft pdf-tools multi-term ergoemacs-mode epresent engine-mode cyberpunk-theme cider)))
|
||||
'(send-mail-function (quote mailclient-send-it))
|
||||
'(show-paren-mode t)
|
||||
'(sml/mode-width
|
||||
(if
|
||||
(eq
|
||||
(powerline-current-separator)
|
||||
(quote arrow))
|
||||
(quote right)
|
||||
(quote full)))
|
||||
'(sml/pos-id-separator
|
||||
(quote
|
||||
(""
|
||||
(:propertize " " face powerline-active1)
|
||||
(:eval
|
||||
(propertize " "
|
||||
(quote display)
|
||||
(funcall
|
||||
(intern
|
||||
(format "powerline-%s-%s"
|
||||
(powerline-current-separator)
|
||||
(car powerline-default-separator-dir)))
|
||||
(quote powerline-active1)
|
||||
(quote powerline-active2))))
|
||||
(:propertize " " face powerline-active2))))
|
||||
'(sml/pos-minor-modes-separator
|
||||
(quote
|
||||
(""
|
||||
(:propertize " " face powerline-active1)
|
||||
(:eval
|
||||
(propertize " "
|
||||
(quote display)
|
||||
(funcall
|
||||
(intern
|
||||
(format "powerline-%s-%s"
|
||||
(powerline-current-separator)
|
||||
(cdr powerline-default-separator-dir)))
|
||||
(quote powerline-active1)
|
||||
(quote sml/global))))
|
||||
(:propertize " " face sml/global))))
|
||||
'(sml/pre-id-separator
|
||||
(quote
|
||||
(""
|
||||
(:propertize " " face sml/global)
|
||||
(:eval
|
||||
(propertize " "
|
||||
(quote display)
|
||||
(funcall
|
||||
(intern
|
||||
(format "powerline-%s-%s"
|
||||
(powerline-current-separator)
|
||||
(car powerline-default-separator-dir)))
|
||||
(quote sml/global)
|
||||
(quote powerline-active1))))
|
||||
(:propertize " " face powerline-active1))))
|
||||
'(sml/pre-minor-modes-separator
|
||||
(quote
|
||||
(""
|
||||
(:propertize " " face powerline-active2)
|
||||
(:eval
|
||||
(propertize " "
|
||||
(quote display)
|
||||
(funcall
|
||||
(intern
|
||||
(format "powerline-%s-%s"
|
||||
(powerline-current-separator)
|
||||
(cdr powerline-default-separator-dir)))
|
||||
(quote powerline-active2)
|
||||
(quote powerline-active1))))
|
||||
(:propertize " " face powerline-active1))))
|
||||
'(sml/pre-modes-separator (propertize " " (quote face) (quote sml/modes)))
|
||||
'(yas-global-mode t))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(org-agenda-date-today ((t (:inherit org-agenda-date :foreground "cyan" :slant italic :weight bold :height 1.1 :width ultra-condensed)))))
|
||||
1
custom/nnreddit
Submodule
1
custom/nnreddit
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 9843f99d01fd8f1eea2fc685965a7c7f4eeb187a
|
||||
1
custom/youtube-dl-emacs
Submodule
1
custom/youtube-dl-emacs
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit aa71c5f45d578b4c00b3e91ddb654d912793252a
|
||||
211
elfeed.org
Normal file
211
elfeed.org
Normal file
|
|
@ -0,0 +1,211 @@
|
|||
* Elfeed :elfeed:
|
||||
** YouTube Subscriptions :youtube:
|
||||
*** Entertainment :entertain:
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UClq42foiSgl7sSpLupnugGA][DONG]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCo8bcnLyZH8tBIH9V1mLgqQ][TheOdd1sOut]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCzY7MBSgNLZOMxMIFwtf2bw][Gyle]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC1wrtzSN5MD3pnqLFHn7FUw][MagikarpUsedFly]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCvWU1K29wCZ8j1NsXsRrKnA][LilyPichu]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC7pp40MU_6rLK5pvJYG3d0Q][Ethan and Hila]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCWCw2Sd7RlYJ2yuNVHDWNOA][Jim Sterling]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCGwu0nbY2wSkW8N-cghnLpA][Jaiden Animations]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCYHERhfbTbJ1LnDCcKpUfEA][ElectroCUTE]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCJ0-OtVpF0wOKEqT2Z1HEtA][ElectroBOOM]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCshoKvlZGZ20rVgazZp5vnQ][CaptainSparklez]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCllm3HivMERwu2x2Sjz5EIg][Vargskelethor Joel]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC__Oy3QdB3d9_FHO_XG1PZg][ReviewTechUSA]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCDWIvJwLJsE4LG1Atne2blQ][h3h3Productions]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UClFSU9_bUb4Rc6OYfTt5SPw][Philip DeFranco]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCu3DXINXASlKe_HGwEZd4zg][gbay100]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC-lHJZR3Gqxm24_Vd_AJ5Yw][PewDiePie]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCRUULstZRWS1lDvJBzHnkXA][Matt and Tom]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCdJdEguB1F1CiYe7OEi3SBg][JonTronShow]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC11PvrGPzo6Y7Zc6-e9cAKg][DramaAlert]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCYxrnDjNQZIs_aAcdhqSveg][Rob Dyke]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC4w1YQAJMWOz4qtxinq55LQ][Level1Techs]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCCODtTcd5M1JavPCOr_Uydg][Extra Credits]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCn1XB-jvmd9fXMzhiA6IR0w][Domics]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC6-ymYjG0SU0jUWnWh9ZzEQ][Wisecrack]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCRIxFJ5UicWOUdoUYyJTD1Q][gbay99]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC3SM8yOKKwU8PYqwsNP5rGA][IzawSmash]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCld5SlwHrXgAYRE83WJOPCw][The Tommy Edison Experience]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCZC45sBWNdkqSQ9Bwtt5lfA][Anna Akana]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCONd1SNf3_QqjzjCVsURNuA][AntsCanada]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC4_bwov47DseacR1-ttTdOg][boogie2988]]
|
||||
*** Educational :education:
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC6nSFpj9HTCZ5t-N3Rm3-HA][Vsauce]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCqmugCqELzhIMNYnsjScXXw][Vsauce2]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC9-y-6csu5WGm29I7JiwpnA][Computerphile]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCsXVk37bltHxD1rDPwtNM8Q][Kurzgesagt – In a Nutshell]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCZYTClx2T1of7BRZ86-8fow][SciShow]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCeiYXex_fwgYDonaTcSIk6w][MinuteEarth]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCvjgXvBlbQiydffZU7m1_aw][The Coding Train]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCOWcZ6Wicl-1N34H0zZe38w][Level1Linux]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCBa659QWEk1AI4Tg--mrJ2A][Tom Scott]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCeZLO2VgbZHeDcongKzzfOw][8-bit Music Theory]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC2C_jShtL725hvbm1arSV9w][CGP Grey]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCUHW94eEFW7hkUMVaZz4eDg][minutephysics]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCMOqf8ab-42UUQIdVoKwjlQ][Practical Engineering]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCoxcjq-8xIDTYp3uz647V5A][Numberphile]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCYO_jab_esuFRV4b17AJtAw][3Blue1Brown]]
|
||||
*** ASMR :asmr:
|
||||
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC768XN2ZjMYtNsPT6hcvbCA][Dana ASMR]]
|
||||
**** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC-r8XyqbggZobMiNsqgWkDg][Springbok ASMR]]
|
||||
* Test :ignore:
|
||||
** Remaining
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCxNcCtPqqGIMEDwDACPVoHg][Gaijin Goombah Media]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCutXfzLC5wrV3SInT_tdY0w][Wong Fu Productions]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC3sznuotAs2ohg_U__Jzj_Q][The Film Theorists]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCH4BNI0-FOK2dMXoFtViWHw][It's Okay To Be Smart]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCWXCrItCF6ZgXrdozUS-Idw][ExplosmEntertainment]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC7zygr3uEiMSkxv-6nbFUGQ][OnePlus]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC7DdEm33SyaTDtWYGO2CwdA][Physics Girl]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCYV1uMzZV58iXAr0AR8qKwQ][10thdim]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCnC1UEZhmkINSXaRidnn4PA][Solkrieg]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCyvP2vGC1iqFXii6LU0G6Tg][StorpMella]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCrtfFfr0m2GtLuwHw4jJzvQ][FernandoP1 - Art Zone Productions]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCW6J17hZ_Vgr6cQgd_kHt5A][MobileTechReview]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC4PooiX37Pld1T8J5SYT-SQ][Good Mythical Morning]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCQUAbC-DsfLsgzz9qSP4IIA][Ministry Of Attraction]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCtUbO6rBht0daVIOGML3c8w][Summoning Salt]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCq6aw03lNILzV96UvEAASfQ][bill wurtz]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCz7iJPVTBGX6DNO1RNI2Fcg][GradeAUnderA]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCKeXa16clt79bbdVelLlqTg][Card Tricks]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCBK_MzhanH8HamrFbABbe8Q][ASUS]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCgSHGbs2oGoLItc-8y5hJ9g][STAR_]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCI4Wh0EQPjGx2jJLjmTsFBQ][Node]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCwez9XDNV_wS0WNDZteXjgw][Hello Internet]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC0sj9Ykf4skAGwgVC75zorQ][Treesicle]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC37JdJiD6GykkB2HtNLIsRg][JzBoy]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCrQ1KtTfGnan4kGPbyOmfXA][Storpey]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCG-KntY7aVnIGXYEBQvmBAQ][Thomas Frank]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCvUmwreRrbxeR1mbmojj8fg][SomeThingElseYT]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCj-Mm7pvi_q_XTCqxpJZKeQ][Evalion]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC888fUcndHWOnQ0QHgTVqOg][Asad]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCt9ez6CnUQCFEUnxeBGlR9w][FamilyJules]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCNYrK4tc5i1-eL8TXesH2pg][schmoyoho]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCH-_hzb2ILSCo9ftVSnrCIQ][YOGSCAST Lewis & Simon]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCERUmrDh9hmqEXBsnYFNTIA][DashieGames]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCnsEhLNp2-rjWo6CHgBFoMQ][Criken2]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC8ke-QRI6KUlFXD97v-6nig][jtibo1]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCNGLum1Lx0nDD2sNBGQ-V1Q][Techy Help]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCyS4xQE6DK4_p3qXQwJQAyA][DidYouKnowGaming?]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCn1Jr6QCosnmZU19YFg0opA][FogeyGaming]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCj6CFdE3LSddaoszxq604TQ][TimTom]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCPYJR2EIu0_MJaDeSGwkIVw][The Completionist]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCBJycsmduvYEL83R_U4JriQ][Marques Brownlee]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCNovoA9w0KnxyDP5bGrOYzg][Tek Syndicate]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCDsO-0Yo5zpJk575nKXgMVA][RocketJump]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCK3kaNXbB57CLcyhtccV_yw][Jerma985]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCUMMtCsTBuAxJGl9N1hxL_w][Yuunarii]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCTrecbx23AAYdmFHDkci0aQ][Undoomed]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCuN6CiunobgtFGyW-upi0Dw][DeV]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCebpq6lNn_oV_Y2XiRzR3Vg][Emma Blackery]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCiEcV91UcvgLI6bX4GRsx2A][MagicDecks]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCBE-FO9JUOghSysV9gjTeHw][Nixie Pixel]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCIuScmttXWzLoXqs8kU3vWA][52Kards]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCKDGP3EheRKgrbFg7EQkeaw][The Sea Rabbit]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC9-y-6csu5WGm29I7JiwpnA][Computerphile]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC4X7J9D6VbTIwnFDFNkfQ1A][Ambition]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC7_YxT-KID8kRbqZo7MyscQ][Markiplier]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCba2uIYq75m6SNuK8TtmG9A][Disturb Reality]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC6sjkvDzyY0J8o7k2Kc5rEw][Lockstin & Gnoggin]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCwX8RD5ivBjTm1QHIv7fm_Q][Nookrium]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCI4I6ldZ0jWe7vXpUVeVcpg][HouseholdHacker]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCJm5yR1KFcysl_0I3x-iReg][lacigreen]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCJvBEEqTaLaKclbCPgIjBSQ][Smooth McGroove]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCb1VLh22-9EWIwwCe_cjtqQ][Karmic Beats]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCA02cSK6-fQpQ9yv6oNY4bw][SupDawg444]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCRs41MXZpAhXgiD4KjTjabg][Xefox Music]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCqthAuV12zWYnWl2j3WukiQ][TouhouSubs]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC6107grRI4m0o2-emgoDnAA][SmarterEveryDay]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCIThl1QA8ICaoYT630pn4IA][PhilosophyFile]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCS2EY3XJCvXi5QGTN6mxUtA][TheRunawayGuys]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCKrD_GYN3iDpG_uMmADPzJQ][Erlang Solutions]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCY3TJECrA90t9YTrxhdjcVw][Meet Arnold]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCBsuOBu-dxj5bx1KMgmar5g][TheHappieCat]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC9WQRw8jgJhag-vkDNTDMRg][Coffee Break]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCflXBhOOfbWnCVqYuIFEkSw][TheDeFrancoFam]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC8DIKwGU8wFZfk3Xi3-zcrQ][Danny2462]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCEVyl8jtVGfMQeDplg3XFDQ][Deus Qain]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCs4Al9HzPSBN0k3ngAk5GtA][wazgul]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UConVfxXodg78Tzh5nNu85Ew][Welch Labs]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCxJf49T4iTO_jtzWX3rW_jg][LeafyIsHere]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCxOGHW-aqciBe5Wjq8ltzOg][Ownage Pranks]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCZSfwNcYIpqO8B9wnBg4HWA][saurabhschool]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCEOXxzW2vU0P-0THehuIIeg][CaptainDisillusion]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCNZiLSWEExXh89mNFI9Q_eg][SCPReadings]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCw26dm5ytO00bdWU3FEx9Jw][Dolan Zoldhost]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCMu5gPmKp5av0QCAajKTMhw][ERB]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCUdettijNYvLAm4AixZv4RA][SciShow Psych]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCximsD7EJ38jzCNgfP_YTmA][Paweł Zadrożniak]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC3qBRUHwnyvnXtVWLA30dXg][Ech Bong]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCuiqmg77rElIv0lXnDzogcA][ScarletFlameFlandre]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC4d18IlLmw0utmVxIjSadLQ][Made In France ASMR]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCO1cgjhGzsSYb1rsB4bFe4Q][Fun Fun Function]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCL7DDQWP6x7wy0O6L5ZIgxg][2ndJerma]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCrMePiHCWG4Vwqv3t7W9EFg][SciShow Space]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCSju5G2aFaWMqn-_0YBtq5A][standupmaths]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCpu8dLHavjMi1a5jgT9ycMA][Sjin]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCEIwxahdLz7bap-VDs9h35A][Steve Mould]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCgq9YGLd3O5CFqXTO7Xu4Sg][JonTron Archive]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCUK0HBIBWgM2c4vsPhkYY4w][The Slow Mo Guys]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCZWlSUNDvCCS1hBiXV0zKcA][PragerU]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCPV4BsRMseQ23RKy73uplyw][Mismag822 - The Card Trick Teacher]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCHhnf3RgHabfk5f2gUX6EVQ][Digibro]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC5Y9H2KDRHZZTWZJtlH4VbA][TheCatsters]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCMpizQXRt817D0qpBQZ2TlA][singingbanana]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCeGGpOehPGG7vQMUVc7tG8Q][Saberspark]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCmb8hO2ilV9vRa8cilis88A][Thunderf00t]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCNGSLqZab4TkgY8cnJQxgtA][psyfile]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCzORJV8l3FWY4cFO8ot-F2w][vinesauce]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCg83RGdRpwfvoFEuE2zWKZA][SomecallmeJohnny]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCZLJf_R2sWyUtXSKiKlyvAw][Tushar Roy - Coding Made Simple]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCd534c_ehOvrLVL2v7Nl61w][Muselk]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCIuXGemtBQuOolOtlc9Ykdg][HouseholdGamer]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCy1Ms_5qBTawC-k7PVjHXKQ][TotalBiscuit, The Cynical Brit]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC4-q8_lhFpYlp7IwhkIeSRQ][TheForgedAllianceColonel]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC5NYdbWB3zQUCTRBe75CjQQ][gay wizard]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UClFLXO6ecX-ucJp9gGJYiDw][Counter Arguments]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCfdNM3NAhaBOXCafH7krzrA][The Infographics Show]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCRg9AVKnk7uUWQlVHhg-phA][bobaepapa]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCJ0yBou72Lz9fqeMXh9mkog][Physics Videos by Eugene Khutoryansky]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCQHsMwcGoH1ygyi-pJs5Z8A][Frame of Essence]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCf4PLmkcUVPpCpnHxh-QtWg][Ben Churchill]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC9EzN5XNxhxqHZevM9kSuaw][ApproachingNirvana]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCzpCc5n9hqiVC7HhPwcIKEg][Good Mythical MORE]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCtESv1e7ntJaLJYKIO1FoYw][Periodic Videos]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCaN6QZZLOKVxJLgc8tO7Mew][SmK]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCEOGtxYTB6vo6MQ-WQ9W_nQ][Bo Qian]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCk1Fo1TfTOFWRhffJGvDSUg][Proton Jon]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCmw4PjenkDkrEpr2_8qbOtw][Robot Brigade]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCN_wvdNEDPK_wHuhu8Ey_5A][Yuriofwind]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCzbYAkDCuQYdZ_fKz9MLrWA][Klei Entertainment]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCaut53cnrdipyo47R-a3tEw][ERB2]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCxqAWLTk1CmBvZFPzeZMd9A][Domain of Science]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCs4br3aZLU0sOEM-3n0-6xQ][Duncan]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCL5SIkOar_PeagwCcjq-w7A][iKonakona]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCsgv2QHkT2ljEixyulzOnUQ][AngryJoeShow]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCwmFOfFuvRPI112vR5DNnrA][Vsauce3]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCL5RKbiAPqSC_mUIjCpx3xg][Valve News Network]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCU_W0oE_ock8bWKjALiGs8Q][Charisma on Command]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCYzPXprvl5Y-Sf0g4vX-m6g][jacksepticeye]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCd3QjsY2nngpBYCoUihX7HA][thevirts]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCd6EFsVsqGhASiz6g1KifUQ][Level1Enterprise]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCilz3PTMR4URfxq6UeRRL9Q][DasBoSchitt]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCXhSCMRRPyxSoyLSPFxK7VA][MatthewSantoro]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCoanlfeXEit_vI83VlE709A][Facts in Motion]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC8BtBl8PNgd3vWKtm2yJ7aA][Bartosz Milewski]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCexT8q5s-Zr0vwMk-TK0NRQ][wendell tron]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCrPUg54jUy1T_wII9jgdRbg][Chris Ramsay]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCo_IB5145EVNcf8hw1Kku7w][The Game Theorists]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCtMVHI3AJD4Qk4hcbZnI9ZQ][SomeOrdinaryGamers]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCeCEq4Sz1nNK4wn3Z4Ozk2w][Beefy Smash Doods]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCqZ0rqkoUeYlcxlUyqSgpdg][Genna Bain]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCQohNQqdNBYuDRTwKHhTkKQ][pyrobooby]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCvBqzzvUBLCs8Y7Axb-jZew][Sixty Symbols]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCGTX0tQHSFl_xHz5NaqBhtQ][CSGuitar89]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCYh0dZLbJoQ-I-So_GureAQ][praisegugleourmaster]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCCAgrIbwcJ67zIow1pNF30A][nottinghamscience]]
|
||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UC1MwJy1R0nGQkXxRD9p-zTQ][Barnacules Nerdgasm]]
|
||||
25
init.el
Normal file
25
init.el
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
(setq package-list '(org ))
|
||||
|
||||
; list the repositories containing them
|
||||
(setq package-archives '(("elpa" . "http://tromey.com/elpa/")
|
||||
("gnu" . "http://elpa.gnu.org/packages/")
|
||||
("marmalade" . "http://marmalade-repo.org/packages/")
|
||||
("melpa" . "http://melpa.org/packages/")
|
||||
("org" . "https://orgmode.org/elpa/")))
|
||||
|
||||
; activate all the packages (in particular autoloads)
|
||||
(package-initialize)
|
||||
|
||||
; fetch the list of packages available
|
||||
(unless package-archive-contents
|
||||
(package-refresh-contents))
|
||||
|
||||
; install the missing packages
|
||||
(dolist (package package-list)
|
||||
(unless (package-installed-p package)
|
||||
(package-install package)))
|
||||
|
||||
(require 'org)
|
||||
(org-babel-load-file
|
||||
(expand-file-name "config.org"
|
||||
user-emacs-directory))
|
||||
BIN
res/digital_space_universe_4k_8k-wide.jpg
Normal file
BIN
res/digital_space_universe_4k_8k-wide.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 892 KiB |
BIN
res/icon.png
Normal file
BIN
res/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Loading…
Reference in a new issue