projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
be577c7
)
* .emacs.d/init.el: Disable package version pinning for now.
author
Amin Bandali
<bandali@kelar.org>
Sat, 7 May 2022 20:10:27 +0000
(16:10 -0400)
committer
Amin Bandali
<bandali@kelar.org>
Fri, 20 May 2022 02:20:01 +0000
(22:20 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
97ad750
..
fdc7a33
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-99,7
+99,7
@@
\f
;;; whoami
\f
;;; whoami
-(setq
;; user-full-name "b
andali"
+(setq
user-full-name "Amin B
andali"
user-mail-address "bandali@gnu.org")
\f
user-mail-address "bandali@gnu.org")
\f
@@
-135,18
+135,18
@@
This sets each user option VAR's value to the corresponding VALUE.
;; (package-generate-description-file d "refinery-theme-pkg.el"))
(run-with-idle-timer 0.01 nil #'require 'package)
(with-eval-after-load 'package
;; (package-generate-description-file d "refinery-theme-pkg.el"))
(run-with-idle-timer 0.01 nil #'require 'package)
(with-eval-after-load 'package
- (csetq
- ;; package-archives
- ;; `(,@package-archives
- ;; ("bndl" . "https://p.bndl.org/elpa/"))
- package-load-list
- '(;; GNU ELPA
- (debbugs "0.29")
- (delight "1.7")
- (emms "7.7")
- (expand-region "0.11.0")
- (rt-liberation "2.4")
- (yasnippet "0.14.0")))
+
;;
(csetq
+
;;
;; package-archives
+
;;
;; `(,@package-archives
+
;;
;; ("bndl" . "https://p.bndl.org/elpa/"))
+
;;
package-load-list
+
;;
'(;; GNU ELPA
+
;;
(debbugs "0.29")
+
;;
(delight "1.7")
+
;;
(emms "7.7")
+
;;
(expand-region "0.11.0")
+
;;
(rt-liberation "2.4")
+
;;
(yasnippet "0.14.0")))
(package-initialize))
(csetq package-archive-upload-base "/ssh:caffeine:~/www/p/elpa")
(package-initialize))
(csetq package-archive-upload-base "/ssh:caffeine:~/www/p/elpa")