Created
June 23, 2019 18:16
-
-
Save adrianparvino/934a437e1b788bccaf1d88a6ef95351c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(let ((bootstrap-file (concat user-emacs-directory "straight/repos/straight.el/bootstrap.el")) | |
(bootstrap-version 3)) | |
(unless (file-exists-p bootstrap-file) | |
(with-current-buffer | |
(url-retrieve-synchronously | |
"https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el" | |
'silent 'inhibit-cookies) | |
(goto-char (point-max)) | |
(eval-print-last-sexp))) | |
(load bootstrap-file nil 'nomessage)) | |
(set-frame-font "Monospace 9" 't 't) | |
(straight-use-package 'use-package) | |
(setq straight-use-package-by-default t) | |
(straight-use-package | |
'(mode-line-stats :type git | |
:host github | |
:repo "Idorobots/mode-line-stats")) | |
(straight-use-package | |
'(acme-theme :type git | |
:host github | |
:repo "vu3rdd/acme-theme")) | |
(straight-use-package 'tao-theme) | |
(straight-use-package 'elixir-mode) | |
(straight-use-package 'ido-vertical-mode) | |
(straight-use-package 'artist) | |
(straight-use-package 'exwm) | |
(straight-use-package 'kotlin-mode) | |
;; (straight-use-package 'exwm-randr) | |
(straight-use-package 'rainbow-delimiters) | |
(straight-use-package 'font-lock-studio) | |
(straight-use-package 'windmove) | |
(straight-use-package 'paredit) | |
(straight-use-package 'company) | |
(straight-use-package 'haskell-mode) | |
(straight-use-package 'magit) | |
(straight-use-package 'closql) | |
(straight-use-package 'forge) | |
(straight-use-package 'interleave) | |
(straight-use-package 'latex-math-preview) | |
(straight-use-package 'gist) | |
(straight-use-package 'writegood-mode) | |
(straight-use-package 'writeroom-mode) | |
(straight-use-package 'rust-mode) | |
(straight-use-package 'org) | |
(straight-use-package 'org-plus-contrib) | |
(straight-use-package 'org-ref) | |
(straight-use-package 'org-sticky-header) | |
(straight-use-package 'mu4e) | |
;; (straight-use-package 'smart-tabs-mode) | |
(straight-use-package 'markdown-mode) | |
;; (straight-use-package 'base16-theme) | |
;; (straight-use-package 'quasi-monochrome-theme) | |
;; (straight-use-package 'paper-theme) | |
(straight-use-package 'darcsum) | |
(straight-use-package 'emms) | |
; (straight-use-package 'feebleline) | |
(straight-use-package 'proof-general) | |
(straight-use-package 'nix-mode) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment