All Projects → shivekkhurana → .emacs.d

shivekkhurana / .emacs.d

Licence: other
My Emacs Config

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to .emacs.d

doom-todo-ivy
Display all TODO and FIXME entries for a project or buffer in ivy. Extracted from doom-emacs.
Stars: ✭ 31 (+40.91%)
Mutual labels:  ivy, projectile
Swiper
Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
Stars: ✭ 1,948 (+8754.55%)
Mutual labels:  ivy, swiper
avy-migemo
avy with migemo
Stars: ✭ 16 (-27.27%)
Mutual labels:  ivy, swiper
helm-fzf
Fzf using Helm as a front end
Stars: ✭ 16 (-27.27%)
Mutual labels:  projectile
persp-mode-projectile-bridge.el
persp-mode projectile integration
Stars: ✭ 20 (-9.09%)
Mutual labels:  projectile
emacs-run-command
Efficient and ergonomic external command invocation for Emacs
Stars: ✭ 64 (+190.91%)
Mutual labels:  ivy
ng-profiler
Angular Profiler for Ivy, debugging and visualization tools
Stars: ✭ 31 (+40.91%)
Mutual labels:  ivy
pprzlink
Message and communication library for the Paparazzi UAV system
Stars: ✭ 17 (-22.73%)
Mutual labels:  ivy
React Native Swiper Flatlist
👆 Swiper component implemented with FlatList using Hooks & Typescript + strict automation tests with Detox
Stars: ✭ 217 (+886.36%)
Mutual labels:  swiper
counsel-org-clock
Counsel (Ivy) interface for org-clock
Stars: ✭ 44 (+100%)
Mutual labels:  ivy
Accelerating-Angular-Development-with-Ivy
Accelerating Angular Development with Ivy, published by Packt.
Stars: ✭ 46 (+109.09%)
Mutual labels:  ivy
angular-cli-skeleton
angular-cli skeleton to quickly start a new project with advanced features and best practices. All features are described in README.md.
Stars: ✭ 32 (+45.45%)
Mutual labels:  ivy
Projectile
Project Interaction Library for Emacs
Stars: ✭ 3,463 (+15640.91%)
Mutual labels:  projectile
emacs-counsel-tramp
Tramp ivy interface for ssh and docker and ‎vagrant
Stars: ✭ 49 (+122.73%)
Mutual labels:  ivy
emacs.d
My personal emacs setup.
Stars: ✭ 27 (+22.73%)
Mutual labels:  projectile
robot
Functions and classes for gradient-based robot motion planning, written in Ivy.
Stars: ✭ 29 (+31.82%)
Mutual labels:  ivy
projectile-direnv
Export your projectile project's environment variables in .envrc
Stars: ✭ 16 (-27.27%)
Mutual labels:  projectile
Ng Zorro Antd
Angular UI Component Library based on Ant Design
Stars: ✭ 7,841 (+35540.91%)
Mutual labels:  ivy
ivy-youtube
Search for an Youtube video inside Emacs with Ivy
Stars: ✭ 24 (+9.09%)
Mutual labels:  ivy
angular-8-boilerplate
Angular 8 Boilerplate with bootstrap
Stars: ✭ 23 (+4.55%)
Mutual labels:  ivy

The software that transcends time

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”.

./screenshots/cover.png

This repo is my version of Emacs:

  • It’s mostly stable but a work in progress
  • It’ll probably always be like that
  • Is very opinionated
  • Is particularly suited to Clojure development
  • Introduces minimal custom shortcuts
  • Is on the evil-side due to objective reasons

Key Features

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.

./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.

./screenshots/neotree.gif

Focus mode using darkroom

Bound to f1, focus mode helps with distraction free writing.

./screenshots/darkroom.gif

Search using Swiper

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

./screenshots/swiper.gif

Opinionated Features

  • Straight.el for package management
  • Powerline
  • Dracula theme
  • Org Journal for notes

Things that can be improved

  • Startup time
  • Documentation

Using this repo

In my early days, Github helped me learn from various public configurations. This config is designed to be barely vanilla. It’s best consumed by readin the source code and taking parts that interest you, or by reading my notes about how I use it.

Notes

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

Legal

Open sourced under the MIT License. Copyright 2018 Shivek Khurana Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].