shivekkhurana / .emacs.d

My [old] Emacs Config. I've moved to Doom now 👇
https://github.com/shivekkhurana/.doom.d/tree/master
23 stars 3 forks source link
darkroom emacs evil-mode ivy ivy-plugin neotree projectile straight-el swiper

+TITLE: The software that transcends time

+AUTHOR: Shivek Khurana

A few years ago, a co-worker adviced to get started with vanilla Emacs. It made a lot of sense because I was writing Clojure. Emacs has now become my goto editor. I now understand the phrase, "Emacs has taken over my life".

+CAPTION: Cover

+NAME: fig:cover

[[./screenshots/cover.png]]

This repo is my version of Emacs:

** Project management using Projectile Any directory with a ~.git~ folder is considered as a project. To open a project, just open a file in that directory using ~Cx Cf~. The project will then be cached and accessible via ~Cc Cp~.

+CAPTION: Projectile

+NAME: fig:projectile

[[./screenshots/screen-projectile.gif]]

** Sidebar using Neotree Sidebar is bound to ~f8~ key. It is useful while trying to understand the structure of a new project.

+CAPTION: Neotree

+NAME: fig:neotree

[[./screenshots/neotree.gif]]

** Focus mode using darkroom Bound to ~f1~, focus mode helps with distraction free writing.

+CAPTION: Darkroom

+NAME: fig:Darkroom

[[./screenshots/darkroom.gif]]

** Search using Swiper Swiper is gem bound to ~Cs~. It makes the native search functionality 10x more awesome.

+CAPTION: Swiper

+NAME: fig:Swiper

[[./screenshots/swiper.gif]]

[[./notes.org][Notes]]

The notes are not written in a publication form. You might find occasional typos and incomplete ideas, but should be helpful in general.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.