All Projects → zilongshanren → Spacemacs Private

zilongshanren / Spacemacs Private

My Spacemacs config

Projects that are alternatives of or similar to Spacemacs Private

Dumb Jump
an Emacs "jump to definition" package for 50+ languages
Stars: ✭ 1,256 (+161.67%)
Mutual labels:  emacs, spacemacs
Git Link
Emacs package to get the GitHub/Bitbucket/GitLab/... URL for a buffer location
Stars: ✭ 239 (-50.21%)
Mutual labels:  emacs, spacemacs
Srcery Emacs
Dark colorscheme for Emacs/Spacemacs. GUI and terminal support
Stars: ✭ 102 (-78.75%)
Mutual labels:  emacs, spacemacs
Spacemacs
A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
Stars: ✭ 21,906 (+4463.75%)
Mutual labels:  emacs, spacemacs
Rogue
Personal Emacs config
Stars: ✭ 286 (-40.42%)
Mutual labels:  emacs, spacemacs
Spacemacs Content
Content for the book - Clojure Development with Spacemacs
Stars: ✭ 72 (-85%)
Mutual labels:  emacs, spacemacs
Spacemacs Rocks
Happy Hacking Emacs & Spacemacs (Simplified Chinese)
Stars: ✭ 2,003 (+317.29%)
Mutual labels:  emacs, spacemacs
Ac Php
emacs auto-complete & company-mode for php
Stars: ✭ 157 (-67.29%)
Mutual labels:  emacs, spacemacs
Zetteldeft
A Zettelkasten system! Or rather, some functions on top of the emacs deft package.
Stars: ✭ 284 (-40.83%)
Mutual labels:  emacs, spacemacs
Spacehammer
Hammerspoon config inspired by Spacemacs
Stars: ✭ 280 (-41.67%)
Mutual labels:  emacs, spacemacs
Homebrew Emacs Plus
Emacs Plus formulae for the Homebrew package manager
Stars: ✭ 965 (+101.04%)
Mutual labels:  emacs, spacemacs
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (-21.04%)
Mutual labels:  emacs, spacemacs
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+51.04%)
Mutual labels:  emacs, spacemacs
Awesome Spacemacs
A collection of awesome Spacemacs resources
Stars: ✭ 80 (-83.33%)
Mutual labels:  emacs, spacemacs
Spacemacs Theme
Light and dark theme for spacemacs that supports GUI and terminal
Stars: ✭ 483 (+0.63%)
Mutual labels:  emacs, spacemacs
Cloudmacs
Selfhost your Emacs and access it in browser
Stars: ✭ 277 (-42.29%)
Mutual labels:  emacs, spacemacs
.spacemacs.d
My spacemacs configuration.
Stars: ✭ 307 (-36.04%)
Mutual labels:  emacs, spacemacs
Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (-12.29%)
Mutual labels:  emacs, spacemacs
Ewig
The eternal text editor — Didactic Ersatz Emacs to show immutable data-structures and the single-atom architecture
Stars: ✭ 422 (-12.08%)
Mutual labels:  emacs
Magit Todos
Show source files' TODOs (and FIXMEs, etc) in Magit status buffer
Stars: ✭ 419 (-12.71%)
Mutual labels:  emacs
  • My personal Emacs configuration Hacking journey begins start from 2013.

It was written for Emacs 25.1+ on MacOS 10.11+

** How to use Follow the install instruction here: https://github.com/zilongshanren/spacemacs#install , make sure your are using the fork repo: https://github.com/zilongshanren/spacemacs

Why use the forked repo? What's the difference between the forked repo and the original repo?

Nothing difference!

The forked version is only a few commits behind the original repo, becuase sometimes the original repo can't functional well.

** What's the highlight of this configuration

  1. It's a highly optimized Spacemacs configuration, you should use the configuration together with the develop branch of the forked Spacemacs.
  2. I prefer to the =Ivy= completion interface, so I removed many helm related packages but keep the =helm-ag= package. The =counsel-ag= counterpart is not powerful as =helm-ag=.
  3. I also removed some packages I don't have any chance to use. The complete list lies in the exclude section of the =init.el= file.
  4. I also exclude the =Spaceline= package, cause it's easy to frozen the Emacs with this package enabled. So I create my own mode line configuration based on =Spaceline=.
  5. The =Swiper= package sometimes frozen the Emacs UI when you split the window with very long lines. You could use pkill -SIGUSR2 -i emacs in command line to save the frozen Emacs.

** Optional
*** Install Imagemagick *** Add ispell support: https://lists.gnu.org/archive/html/help-gnu-emacs/2014-04/msg00030.html

** Happing Hacking

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