emacs.d

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

commit d46d8f9091f9eaa254400c8c3a865482c9565309
parent 936793343fcbdc2605d45aed4e64c5a0cf95c832
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon,  6 Jul 2020 14:11:02 +0300

formatting changes

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

diff --git a/init.org b/init.org @@ -4,11 +4,10 @@ #+PROPERTY: header-args :tangle yes #+STARTUP: indent -This is my emacs configuration file, I used to have a big -directory of lisp code but it became harder to maintain -and keep track of. That's why I have created this org-mode -init file. The documentation and the configuration is solely -on this file itself. +This is my emacs configuration file, I used to have a big directory of lisp code +but it became harder to maintain and keep track of. That's why I have created +this org-mode init file. The documentation and the configuration is solely on +this file itself. * Intro ** Table of Contents :TOC_2_gh:noexport: @@ -58,8 +57,8 @@ on this file itself. ** Installation Instructions -If you want to use my emacs configuration, it is pretty simple -to get started. Simply clone the repository and start emacs! +If you want to use my emacs configuration, it is pretty simple to get started. +Simply clone the repository and start emacs! #+BEGIN_SRC sh :tangle no # Move your old configuration (if you have one) @@ -72,14 +71,16 @@ to get started. Simply clone the repository and start emacs! emacs #+END_SRC -This will probably take a while, especially because it is -setting up for the first time. You might need to restart -emacs after the initial configuration is done. +This will probably take a while, especially because it is setting up for the +first time. You might need to restart emacs after the initial configuration is +done. ** Keybindings -I use cheatsheet to store keybindings that are important to me -so I can get them whenever I need them. You can see those keybindings -with the ~C-c s~ global keybinding. + +I use cheatsheet to store keybindings that are important to me so I can get them +whenever I need them. You can see those keybindings with the ~C-c s~ global +keybinding. + ** Ignoring init.el changes on Git It can be annoying to see whenever you change your init.org @@ -98,30 +99,29 @@ of this init.org file. ;;; init.el -- Cem Keylan -*- lexical-binding: t; -*- ;;; Commentary: - ;;; This file is automatically generated by the init.org - ;;; document, which includes more information about installed - ;;; packages and usage information. + ;;; This file is automatically generated by the init.org document, which + ;;; includes more information about installed packages and usage information. ;;; Code: #+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. [[https://github.com/a-schaefers/dotfiles/tree/2.0/.emacs.d][Emacs configuration]] -- 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]] +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. + [[https://github.com/a-schaefers/dotfiles/tree/2.0/.emacs.d][Emacs configuration]] +- 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 -disabling the clutter as soon as possible. By clutter, I mean -bars and menus. Also let's disable the splash screen. +The most important stuff are (for me) is =use-package= and disabling the clutter +as soon as possible. By clutter, I mean bars and menus. Also let's disable the +splash screen. ** Loading local files Personalized customization can be done through =init-local.el=