Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
184e2bae
Commit
184e2bae
authored
Aug 31, 2013
by
Dave Cooper
Browse files
added marmalade to emacs setup
parent
42c1ef5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
emacs/gdl.el
View file @
184e2bae
...
...
@@ -215,6 +215,15 @@
(
when
(
file-exists-p
"~/.emacs-glime.el"
)
(
load-file
"~/.emacs-glime.el"
)))
(
require
'package
)
;; Add the original Emacs Lisp Package Archive
(
add-to-list
'package-archives
'
(
"elpa"
.
"http://tromey.com/elpa/"
))
;; Add the user-contributed repository
(
add-to-list
'package-archives
'
(
"marmalade"
.
"http://marmalade-repo.org/packages/"
))
;; 5. MAKE IT HAPPEN
(
prior-to-glime
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment