about summary refs log tree commit diff
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-04-06 15:24:43 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-04-06 15:24:43 +0700
commitc44d937f2c6a6a077da17d9fb73de6cae6075169 (patch)
tree5032e8cdfa3cdeee8aba01b4b858bcba4b43bd45 /emacs/.emacs.d
parent95523431b7802c33f3e7eeb41e703029df4e45bf (diff)
downloaddotfiles-c44d937f2c6a6a077da17d9fb73de6cae6075169.tar.gz
Update 2018-04-06
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.el28
1 files changed, 28 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
new file mode 100644
index 0000000..a493d7c
--- /dev/null
+++ b/emacs/.emacs.d/init.el
@@ -0,0 +1,28 @@
+;; Added by Package.el.  This must come before configurations of
+;; installed packages.  Don't delete this line.  If you don't want it,
+;; just comment it out by adding a semicolon to the start of the line.
+;; You may delete these explanatory comments.
+(package-initialize)
+(require 'geiser)
+(setq geiser-repl-use-other-window nil)
+(pdf-tools-install)
+
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; 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.
+ '(ansi-color-names-vector
+   ["#2e3436" "#a40000" "#4e9a06" "#c4a000" "#204a87" "#5c3566" "#729fcf" "#eeeeec"])
+ '(blink-cursor-mode nil)
+ '(column-number-mode t)
+ '(custom-enabled-themes (quote (tango)))
+ '(scroll-bar-mode nil)
+ '(show-paren-mode t)
+ '(tool-bar-mode nil))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; 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.
+ '(default ((t (:family "Space Mono" :foundry "CF  " :slant normal :weight normal :height 98 :width normal)))))