Skip to content

Commit

Permalink
Merge pull request #1 from escherize/master
Browse files Browse the repository at this point in the history
Removed non-compiling packages from packages.el,
  • Loading branch information
AlexBaranosky committed Apr 15, 2014
2 parents 8106d85 + b6b1d0a commit 69bd383
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 deletions.
9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
EmacsPlusPlus is an extensible basic Emacs setup
================================================

* Add your user-specific code to ~/.emacs.d/userspecific.
* To install:
```bash
git submodule init
git submodule update
```
4 changes: 0 additions & 4 deletions README.org

This file was deleted.

4 changes: 2 additions & 2 deletions core.el
Expand Up @@ -174,8 +174,8 @@ buffer is not visiting a file."


;; Elisp go-to-definition with M-. and back again with M-,
(autoload 'elisp-slime-nav-mode "elisp-slime-nav")
(add-hook 'emacs-lisp-mode-hook (lambda () (elisp-slime-nav-mode t)))
;(autoload 'elisp-slime-nav-mode "elisp-slime-nav")
;(add-hook 'emacs-lisp-mode-hook (lambda () (elisp-slime-nav-mode t)))
;; (eval-after-load 'elisp-slime-nav '(diminish 'elisp-slime-nav-mode))

;; Turn off mouse interface early in startup to avoid momentary display
Expand Down
5 changes: 1 addition & 4 deletions custom.el
Expand Up @@ -10,8 +10,5 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-enabled-themes (quote (sanityinc-tomorrow-eighties)))
'(custom-safe-themes
(quote
("628278136f88aa1a151bb2d6c8a86bf2b7631fbea5f0f76cba2a0079cd910f7d" default)))
'(custom-safe-themes (quote ("628278136f88aa1a151bb2d6c8a86bf2b7631fbea5f0f76cba2a0079cd910f7d" default)))
'(haskell-mode-hook (quote (turn-on-haskell-indentation))))
2 changes: 1 addition & 1 deletion extensions/emacs++-catchall.el
Expand Up @@ -77,7 +77,7 @@
;;(load-theme 'sanityinc-solarized-dark)
;;(color-theme-sanityinc-tomorrow-eighties)
;;(load-theme 'tsdh-dark)
(moe-dark)
;;;;; (moe-dark)
;; (load-theme 'twilight-theme)
;; (load-theme 'clues)
;;(load-theme 'cyberpunk)
Expand Down
4 changes: 2 additions & 2 deletions packages.el
Expand Up @@ -63,7 +63,7 @@
inf-ruby
jabber
key-chord
malabar-mode
;; malabar-mode
markdown-mode
mic-paren
;;; mmm-mode
Expand Down Expand Up @@ -93,7 +93,7 @@

color-theme-sanityinc-solarized
color-theme-sanityinc-tomorrow
moe-theme
;;; moe-theme
;; js2-mode
;; js2-refactor
;; clues-theme
Expand Down
1 change: 1 addition & 0 deletions site-lisp.el
@@ -1,2 +1,3 @@
(require 'twittering-mode)
(require 'wgrep)

0 comments on commit 69bd383

Please sign in to comment.