emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit bf805e5ab3c979bcdd615761d5e85ab4191927af
parent 9e19ff9d88dcc1b83522ec4ac64207ecadb718f8
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 28 Mar 2020 15:21:38 +0300

add attribution

Diffstat:
Minit.org | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/init.org b/init.org @@ -100,6 +100,19 @@ To load init.el properly we run a function such as this. (add-hook 'after-save-hook 'tangle-init) #+END_SRC +** Attribution +I am still relatively new to the emacs environment myself. These are +the people that I have stolen from. +- Bernt Hansen :: I have got lots of org-mode tweaks from Bernt's + [[http://doc.norang.ca/org-mode.html][Guide to Org Mode]]. +- Adam Schaefers :: While I don't have much code from Adam's Emacs + configuration, I was inspired by his passion towards Emacs to make + the switch from Vim. +- Gregory J. Stein :: I have learned quite a bit from Greg's blog posts + on Emacs. Check out his own [[https://github.com/gjstein/emacs.d][Emacs configuration]]! +- Lars Tveito :: I was totally inspired from Lars to create an init.org + file to manage my Emacs configuration. [[https://github.com/larstvei/dot-emacs][Emacs configuration]] + * Startup Settings The most important stuff are (for me) is =use-package= and