summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.emacs8
-rw-r--r--.emacs.d/el-get-init.el21
2 files changed, 24 insertions, 5 deletions
diff --git a/.emacs b/.emacs
index 6e3a561..9ce4988 100644
--- a/.emacs
+++ b/.emacs
@@ -1,5 +1,7 @@
(add-to-list 'load-path "~/.emacs.d")
-(add-to-list 'load-path "~/.emacs.d/evil")
+
+;; el-get
+(load "el-get-init")
;; evil
(require 'evil)
@@ -27,10 +29,6 @@
;; use Poly/ML as SML interpreter
(setq sml-program-name "poly")
-;; key bindings
-(add-hook 'proof-mode-hook
- (lambda () (local-set-key (kbd "M-c") 'unicode-tokens-insert-token)))
-
;; custom file
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file)
diff --git a/.emacs.d/el-get-init.el b/.emacs.d/el-get-init.el
new file mode 100644
index 0000000..73f175c
--- /dev/null
+++ b/.emacs.d/el-get-init.el
@@ -0,0 +1,21 @@
+;; initialization of el-get
+;; do not put into .emacs to avoid cluttering
+;;
+;; SOURCE: https://github.com/dimitri/el-get
+
+(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
+
+(unless (require 'el-get nil t)
+ (url-retrieve
+ "https://raw.github.com/dimitri/el-get/master/el-get-install.el"
+ (lambda (s)
+ (let (el-get-install-skip-emacswiki-recipes)
+ (goto-char (point-max))
+ (eval-print-last-sexp)))))
+
+(setq my-packages
+ (append
+ '(color-theme evil el-get sml-mode)
+ (mapcar 'el-get-source-name el-get-sources)))
+
+(el-get 'sync my-packages)
.git/commit/app-text/highlight/highlight-2.15.ebuild?id=33a162ec97deacfba497638836f91478fb0e9406&follow=1'>Bumped app-text/highlightRené 'Necoro' Neumann2-0/+53 2010-03-02Added newer PolyML version for IsabelleRené 'Necoro' Neumann2-0/+31 2010-01-05Removed bpythonRené 'Necoro' Neumann2-33/+0 2009-11-11stgit-0.15 in portage nowRené 'Necoro' Neumann2-59/+0 2009-11-10Add stgit-0.15René 'Necoro' Neumann2-0/+59 2009-11-09Emacs stuff now in PortageRené 'Necoro' Neumann8-2222/+0 2009-11-07Emacs with fixed gtk menusRené 'Necoro' Neumann8-0/+2222 2009-10-27Remove old hibernate-script version.René 'Necoro' Neumann2-72/+0 2009-10-25Rename .bzrignore to .gitignoreRené 'Necoro' Neumann1-0/+0 2009-10-25Rename repo from 'necoro_private' to 'necoro'René 'Necoro' Neumann1-1/+1 2009-10-25Remove own hplip versionRené 'Necoro' Neumann4-210/+0 2009-10-25Remove own ctags versionRené 'Necoro' Neumann7-402/+0 2009-10-02Do not create isabelle desktop entryRené 'Necoro' Neumann2-2/+1 2009-09-28Add isabelle ebuildRené 'Necoro' Neumann3-0/+115 2009-09-05Removed glade ebuild. Newer versions included in treeRené 'Necoro' Neumann2-47/+0