Giter Site home page Giter Site logo

.emacs.d's Introduction

CI

Files

  • init.el : ここから
  • config/*.el : 各種設定ファイル
  • memo/* : 雑多なEmacsメモ
  • site-lisp/*.el : 自作ライブラリいろいろ

site-lisp

設定ファイルとは別に分離させた自作ライブラリいろいろ。

未完成な部分が多いためパッケージ登録はしていません。 MELPAにあるものはリポジトリ参照

  • cl-compatible.el : Common Lispのような関数と変数のまとめ (cl-lib.el 拡張)
  • data-uri.el : data URI scheme を生成する (data:image/png;base64,iVBORw0K...)
  • gitter-irc.el : Gitter client using IRC
  • gnome-util.el : GNOME端末やファイルブラウザを呼び出すユーティリティ
  • google.el : 簡易Google検索
  • m3u-mode.el : M3U プレイリスト編集用メジャーモード
  • rust-playground.el : Rust Playground (https://play.rust-lang.org) API クライアント
  • ssh-public-key-overlay.el : ~/.ssh/authorized_keys 等のBASE64鍵を見やすくする
  • textproc.el : テキスト変換
  • xyzzy.el : xyzzy lisp移植キットのようなもの。逆引き用ライブラリ
  • xyzzy-keymap.el : xyzzyのキーマップを模倣する
  • 他いろいろ

Requirements

Installation

  1. git clone --recursive [email protected]:kosh04/.emacs.d.git [~/.config/emacs]
  2. make package-install
  3. make (Optional; byte-compile site-lisp/*.el, and testing it)

Rules

  • デフォルト設定&標準キーバインドを尊重する (覚えることが少ない方がよい)
  • ライブラリが外部プロセスに依存する場合は PATH を通しておく (特に NTEmacs)
  • パッケージはなるべく安定版を優先してインストールしたい (melpa-stable >= gnu > melpa)
  • Emacs と xyzzy の操作感を共存させる
  • ファイル&バッファは閲覧モード優先 (view-mode; q キーで雑に閉じたい)

init-loader (config/nn-xxx.el) の読み込み順序

    1. パッケージなど優先的に設定すべきもの
    1. 組み込みライブラリの基本設定
    1. 外部ライブラリの設定 (優先度:高)
    1. 外部ライブラリの設定 (優先度:中)
    1. 自作ライブラリの設定 (他の設定に依存させない)

TODO

  • Better Directory Structure (refer to "Filesystem Hierarchy Standard")
  • Emacs 27.1 では ~/.emacs.d の代わりに $XDG_CONFIG_HOME/emacs が利用可能になる予定
  • シンボル名のプレフィックス記法を統一させる ($USER- ? user:: ? user/ ?)

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.