GithubHelp home page GithubHelp logo

iomonad / iomonad.el Goto Github PK

View Code? Open in Web Editor NEW
9.0 3.0 2.0 391 KB

emacs operating system

License: Do What The F*ck You Want To Public License

Emacs Lisp 98.19% Roff 1.20% C 0.15% HTML 0.07% Python 0.32% Shell 0.07%
emacs emacs-lisp emacs-configuration emacs-customizations emacs-modules emacs-conf

iomonad.el's Introduction

iomonad.el HitCount

Normalize Logo

Emacs configuration with batteries included.

Installation

curl -L  https://tknk.io/Iq7z | sh -

What does it do?

  • Directory based configuration structure.
  • Evil-Mode leaders key based workflow.
  • Evil nerd-commenter mappings.
  • Lightweight startup and low memory footprint.
  • Support snippets, completion and more ...

Implementing your packages

Even if the configuration comes with the essentials

  • Use-package backend used.

Find the folder

$ tree -d ~/.emacs.d/lisp
~/.emacs.d/lisp
├── core
├── languages
├── libs
└── package   <------ Here
    └── disabled

Packges are loaded by providing file. You should provide the filename of your file.

Ex: pkg-foobar.el

;; -*- lexical-binding: t -*-
(use-package foobar ; Your package name
  :ensure t) ; Make sure you have enable this

;; Your configurations go here ...
;; ...

(provide 'pkg-foobar)

Fake Busy

iomonad.el's People

Contributors

iomonad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

simdax

iomonad.el's Issues

Ctrl + t

normalement ca swap 2 characteres.

C'est super la classe, ca merite sa place carrement plus que le truc de baltringue de vim, genre j'indente ou quoi que dalle.

GROOOOOOOOS BUG

plus de couleur :((((

je suis sous mac os x, c'est une super distrib
Super emacs 👍🏿

TODO

size_t <<<--- here TAB

size_/* TODO: */

:(

ctrl w

Kill region me donne ==> wrong type argument; commandp, copy

La lose

Il faut agir ctrouille : que fait Superman ??

le top du top

C-w -> copy
M-w -> cut
C-y -> yank

Comme a la maison !

font pb

bug qui empêche l'initialisation :

Warning (initialization): An error occurred while loading ‘/home/simdax/.emacs.d/init.el’:

error: Font not available, #<font-spec nil nil Pragmatapro-9 nil nil nil nil nil nil nil nil nil ((:name . Pragmatapro-9) (:user-spec . Pragmatapro-9))>

du coup la suite ne s'initalise pas. Il faudrait que l'erreur fût harmless.
Avec tmux ca marche sinon.

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.