-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dotemacs
49 lines (37 loc) · 1.66 KB
/
Dotemacs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
;; 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)
(load-theme 'adwaita)
(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.
'(inhibit-startup-screen t)
'(package-selected-packages (quote (roguel-ike markdown-mode chess sokoban)))
'(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 "Courier New" :foundry "outline" :slant normal :weight normal :height 90 :width normal)))))
(setq column-number-mode t)
(global-set-key (kbd "C-x p") (lambda ()
(interactive)
(other-window -1)))
(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
("marmalade" . "https://marmalade-repo.org/packages/")
("melpa" . "http://melpa.org/packages/")))
(load "~/.emacs.d/hcl-mode")
(load "~/.emacs.d/terraform-mode")
;; (require 'sr-speedbar)
;; (custom-set-variables
;; '(speedbar-show-unknown-files t)
;; )
;; PS1="\e[0;31m[\u @\h \w]>\$ \e[m\n>"
;; eval `ssh-agent`
;; ssh-add ~/.ssh/bitbucket_rsa
;; export AWS_VAULT_BACKEND="file"