ssunday / emacs-config

My Emacs Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My (Hack) Emacs Config

Requirements

  • AG: brew install the_silver_searcher
  • Emacs 25+

Features

Programming languages/frameworks with some more setup than vanilla:

  • Ruby
  • Common LISP
  • Clojure
  • JavaScript
  • TypeScript
  • React
  • Haskell
  • PHP
  • Elixir
  • Python
  • Jekyll

Keybindings

I have some custom keybindings setup.

  • s = Command
  • C = Control
  • M = Alt/Escape

The cheat sheet:

  • s-p - counsel-git. Find tracked files in the git repository you're in.
  • C-s (control - s) or CMD-f: Swiper.
  • C-= - text-scale-increase
  • c-- - text-scale-decrease
  • s-/ - comment-or-uncomment-region.
  • s-F - AG.
  • s-r - Find and replace all.
  • M-% - Query replace one by one.
  • M-t - Sidebar toggle

About

My Emacs Config


Languages

Language:Emacs Lisp 100.0%