Giter Site home page Giter Site logo

emacs.d's Introduction

.emacs.d

My .emacs configuration, in a state of constant flux.

Fixing wierd characters in multi-term:

It seems that emacsforosx doesn't automatically create/install a ~/.terminfo file, which should contain info about the terminal type declaration (not sure on the terminology for that), like TERM='xterm-256color'. Emacs needs eterm-color, but you'll need to create the necessary files using the following command:

tic -o ~/.terminfo /Applications/Emacs.app/Contents/Resources/etc/e/eterm-color.ti

Packages to look at:

  • robe - code navigation, doc and completion, for rails?

Need to document how to use with cask

  • Need to make sure the to the cask.el file is correct. will vary depending on how you installed Cask: if you installed via the curl method, it is likely to be ~/.cask; if you installed via Homebrew, it is likely to be /usr/local/Cellar/cask/.
  • seems like you also need to call package-install interactively at least once before the code in init.d/02_packageRepos.el will be able to find the palletpackage. **TODO** Need to look into why this is the case: does callingpackage-install` interactively do something different than calling it from elisp?

emacs.d's People

Contributors

blaedj avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

emacs.d's Issues

Split up init

Need to split up my init.el into several files

  • Modes
  • Colors/Themes
  • general environment tweaks
    • eg linum-mode
  • custom defuns
  • keybindings
  • Loading libs etc?
    • this might be best in the init.el

Duplicate snippets are being loaded

may be due to actually having dupes, or may be because I have a copy of the std yasnippet snippets. either way, it's annoying to have to choose between 2 identical 'span' snippets in web mode.

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.