emacs.d

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

commit b08b605560f2ab3e597afecea120314a16bc0b64
parent 79c56df09c3434fb02621f75de3638b0725fdd8d
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon,  6 Jul 2020 14:26:46 +0300

even more formatting changes

Diffstat:
Minit.org | 14++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/init.org b/init.org @@ -232,8 +232,8 @@ You can install the generated emc script by doing #+END_SRC ** cheatsheet -This is the program I am using to track individual keybindings. We want -this to be loaded as one of the first packages +This is the program I am using to track individual keybindings. We want this to +be loaded as one of the first packages. #+BEGIN_SRC emacs-lisp (use-package cheatsheet @@ -248,21 +248,23 @@ this to be loaded as one of the first packages '(:key "C-c s" :description "Open the cheatsheet buffer") '(:key "C-q" :description "exit the cheatsheet buffer"))) #+END_SRC + * Packages -Now we can continue by loading our packages, those are listed according -to how important they are to me. +Now we can continue by loading our packages, those are listed according to how +important they are to me. ** Evil-mode -I am an old vim user, and I do not want to miss out on the beauty of vim -while I am using Emacs. Let's begin with the evil-mode itself. +I am an old vim user, and I do not want to miss out on the beauty of vim while I +am using Emacs. Let's begin with the evil-mode itself. #+BEGIN_SRC emacs-lisp (use-package evil :straight t :custom + (evil-want-C-u-scroll nil) (evil-want-keybinding nil) (evil-want-C-i-jump nil) :config