Coder Social home page Coder Social logo

sam217pa / emacs-config Goto Github PK

View Code? Open in Web Editor NEW
35.0 2.0 7.0 442 KB

My personal emacs configuration based on use-package.

License: GNU General Public License v3.0

Emacs Lisp 87.94% R 0.53% Perl 0.05% Scheme 0.60% Makefile 10.89%
emacs emacs-lisp use-package configuration bepo

emacs-config's People

Contributors

sam217pa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

emacs-config's Issues

forcing utf-8 read and write will break building the auctex package

Don't

(setq 
coding-system-for-read 'utf-8
coding-system-for-write 'utf-8)

because it will break building some packages because they use sometimes different encodings than utf-8. If you forcefully parse those as utf-8 things might break. For me the auctex package broke this way.

(prefer-coding-system 'utf-8)
is enough since it ensures that any future file is going to be utf-8.

Question: What did you remove evil?

In this blog post, you said about writing another post about why you remove evil. I couldn't seem to find that.

What are the considerations in removing evil? Did you find a better alternative?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.