https://github.com/olegkorol/.emacs.d
My emacs.d configuration. Based on https://github.com/purcell/emacs.d
https://github.com/olegkorol/.emacs.d
Last synced: 4 months ago
JSON representation
My emacs.d configuration. Based on https://github.com/purcell/emacs.d
- Host: GitHub
- URL: https://github.com/olegkorol/.emacs.d
- Owner: olegkorol
- License: other
- Created: 2016-04-18T18:21:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-11T11:15:03.000Z (almost 9 years ago)
- Last Synced: 2024-11-13T19:44:39.781Z (6 months ago)
- Language: Emacs Lisp
- Size: 7.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emacs Configuration #
## Description ##
This is a custom configuration for GNU's Emacs (best for v. >24). Based on Steve Purcell's configuration.
It includes autocompletion out of the box and automatically highlights syntax errors using `flycheck`.
The Emmet mode is automatically activated for HTML/CSS.
Linum mode is accessible by `M-x linum-mode` and has beed adapted to resize correctly when the font size is changed.The default Theme can be changed entering `M-x customize-themes`. Default is set to `deeper-blue`.
Improved support for:
* Ruby / Ruby on Rails
* CSS / LESS / SASS / SCSS
* HAML / Markdown / Textile / ERB
* Clojure (with Cider and nRepl)
* Javascript / Coffeescript
* Python
* PHP
* Haskell
* Elm
* Common Lisp (with Slime)If you want to add your own customizations, please do it here: `~/.emacs.d/lisp/init-local.el`.
## Last changes ##
(11.06.2016)
* Added indent-guide. To activate: `M+x indent-guide-mode`. [link](https://github.com/zk-phi/indent-guide "zk-phi/indent-guide")(30.05.2016)
* Added WTTRIN. It allows checking the weather forecast from inside Emacs: `M+x wttrin 'cityname'`. [link](https://github.com/bcbcarl/emacs-wttrin "bcbcarl/emacs-wttrin")(14.04.2016)
* Autocomplete-mode starts automatically for JavaScript (with a pop-up box)
* Bigger default font-size (you can still always zoom in `C+x C-+`, or out `C+x C--`)
* Linum-mode (numeration) is now automatically activated for most of the major modes
* Beautify function for HTML, CSS, JS is now available. To beautify => `M-x web-beautify-*js/json/html/css*`
* Whitespace trailing made more appealing (magenta wave underline)
* Flycheck messages available as emojis. To activate => `flycheck-status-emoji-mode`