Skip to content
/ .emacs.d Public

Custom Emacs configuration, packages, snippets etc.

Notifications You must be signed in to change notification settings

cezs/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.emacs.d

The init.el employs use-package for package management and configuration. The emacs.d includes custom snippets, minor modes and commands, auto-complete mode dictionaries and themes.

Installation

To automatically create symbolic links and backup files in existing emacs.d directory, navigate to this repository’s directory and use the following script:

$ ./link.sh

Note that the backed-up files have appended tilde character at the end of the file names.

Contents

  • dict custom auto-complete dictionaries
    • opencl-mode custom auto-complete dictionary for OpenCL
  • elisp custom emacs packages and sources
  • snippets custom snippets directory
    • opencl custom snippets for OpenCL
    • opengl custom snippets for OpenGL
    • org-mode custom snippets for org-mode
    • shell custom snippets for shell
    • tex custom snippets for TeX
  • themes custom themes directory
  • init.el emacs configuration file
  • link.sh create symlinks in home directory to the content of emacs.d directory
  • README.org current file

Tips

Use the pp-macroexpand-last-sexp in the init.el to see macro expansion of the use-package.