2019-02-26 10:12:57 +00:00
|
|
|
|
;;; init.el --- Summary
|
|
|
|
|
;;; Commentary:
|
|
|
|
|
;;; Initialization
|
2019-02-20 21:45:17 +00:00
|
|
|
|
;;; Code:
|
2019-02-26 10:12:57 +00:00
|
|
|
|
(require 'package)
|
2019-02-14 19:58:51 +00:00
|
|
|
|
(add-to-list 'package-archives
|
|
|
|
|
'("MELPA" . "https://melpa.org/packages/") t)
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
|
|
|
|
(package-initialize)
|
|
|
|
|
|
|
|
|
|
|
2019-02-26 10:25:08 +00:00
|
|
|
|
;;; Custom
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
|
|
|
|
(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.
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(agda2-highlight-face-groups (quote default-faces))
|
2018-08-23 19:41:28 +00:00
|
|
|
|
'(agda2-program-args nil)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(auth-sources (quote ("~/.authinfo.gpg" "~/.authinfo" "~/.netrc")))
|
2018-08-23 19:41:28 +00:00
|
|
|
|
'(blink-cursor-mode nil)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(column-number-mode t)
|
|
|
|
|
'(delete-selection-mode t)
|
|
|
|
|
'(dired-isearch-filenames t)
|
|
|
|
|
'(display-buffer-alist
|
|
|
|
|
(quote
|
|
|
|
|
((".*Man.*" display-buffer-same-window)
|
2019-02-26 10:25:08 +00:00
|
|
|
|
("Buffer List" display-buffer-same-window
|
2019-03-26 16:06:20 +00:00
|
|
|
|
("magit-revision:" display-buffer-same-window)))))
|
2018-12-02 20:58:20 +00:00
|
|
|
|
'(echo-keystrokes 1e-10)
|
2019-03-26 16:06:20 +00:00
|
|
|
|
'(erc-autojoin-channels-alist (quote (("irc.freenode.net" "#haskell" "#data.coop"))))
|
|
|
|
|
'(erc-autojoin-mode t)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(erc-nick "fredefox")
|
2019-03-26 16:06:20 +00:00
|
|
|
|
'(erc-port 6667)
|
|
|
|
|
'(erc-prompt-for-password nil)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(erc-server "irc.freenode.net")
|
|
|
|
|
'(flycheck-emacs-lisp-load-path (quote inherit))
|
2019-03-26 16:06:20 +00:00
|
|
|
|
'(flycheck-ghc-language-extensions
|
|
|
|
|
(quote
|
|
|
|
|
("UnicodeSyntax" "TypeApplications" "OverloadedStrings")))
|
|
|
|
|
'(flycheck-hlint-language-extensions
|
|
|
|
|
(quote
|
|
|
|
|
("UnicodeSyntax" "TypeApplications" "OverloadedStrings")))
|
2019-02-02 12:27:42 +00:00
|
|
|
|
'(haskell-indentation-where-post-offset 0)
|
|
|
|
|
'(haskell-indentation-where-pre-offset 0)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(haskell-language-extensions (quote ("UnicodeSyntax" "TypeApplications")))
|
2019-02-14 19:58:51 +00:00
|
|
|
|
'(haskell-tags-on-save t)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(indent-tabs-mode nil)
|
2019-02-16 19:06:45 +00:00
|
|
|
|
'(initial-scratch-message nil)
|
2019-02-02 12:27:42 +00:00
|
|
|
|
'(js-indent-level 2)
|
2019-02-14 19:58:51 +00:00
|
|
|
|
'(line-move-visual nil)
|
2019-02-26 10:25:08 +00:00
|
|
|
|
'(magit-display-buffer-function (quote magit-display-buffer-same-window-except-diff-v1))
|
|
|
|
|
'(magit-popup-display-buffer-action nil)
|
2019-02-02 12:27:42 +00:00
|
|
|
|
'(markdown-command "pandoc -t html")
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(menu-bar-mode nil)
|
|
|
|
|
'(message-send-mail-function (quote smtpmail-send-it))
|
2019-02-26 10:25:08 +00:00
|
|
|
|
'(org-agenda-files "~/.config/orgmode/agenda_files")
|
2018-08-23 19:41:28 +00:00
|
|
|
|
'(package-selected-packages
|
|
|
|
|
(quote
|
2019-03-27 08:26:33 +00:00
|
|
|
|
(rjsx-mode image+ company org-jira which-key flycheck es-mode lsp-haskell forge projectile exec-path-from-shell lsp-ui lsp-mode editorconfig purescript-mode markdown-mode+ ssh-agency dash yaml-mode restart-emacs markdown-mode magit helm haskell-mode haml-mode form-feed dashboard)))
|
2019-03-27 15:12:50 +00:00
|
|
|
|
'(projectile-globally-ignored-files (quote ("TAGS" "vendor/bundle/*")))
|
2019-02-14 19:58:51 +00:00
|
|
|
|
'(projectile-mode t nil (projectile))
|
|
|
|
|
'(projectile-project-search-path (quote ("~/git/")))
|
2019-03-27 15:12:50 +00:00
|
|
|
|
'(purescript-mode-hook (quote (turn-on-purescript-indentation)))
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(recentf-max-menu-items 255)
|
|
|
|
|
'(recentf-mode t)
|
2019-03-27 15:12:50 +00:00
|
|
|
|
'(ruby-align-chained-calls 1)
|
|
|
|
|
'(ruby-align-to-stmt-keywords t)
|
|
|
|
|
'(ruby-insert-encoding-magic-comment nil)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(scroll-bar-mode nil)
|
|
|
|
|
'(scroll-conservatively 101)
|
2019-03-26 16:06:20 +00:00
|
|
|
|
'(scroll-margin 0)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(select-enable-clipboard t)
|
|
|
|
|
'(send-mail-function (quote smtpmail-send-it))
|
2019-03-27 08:26:33 +00:00
|
|
|
|
'(set-mark-command-repeat-pop t)
|
2019-03-27 15:12:50 +00:00
|
|
|
|
'(sgml-basic-offset 2)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(show-paren-mode t)
|
2019-02-16 19:06:45 +00:00
|
|
|
|
'(shr-width 80)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(split-window-keep-point nil)
|
2019-03-27 15:12:50 +00:00
|
|
|
|
'(tags-add-tables t)
|
2019-02-14 19:58:51 +00:00
|
|
|
|
'(temp-buffer-resize-mode nil)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(tool-bar-mode nil)
|
2019-02-14 19:58:51 +00:00
|
|
|
|
'(vc-follow-symlinks nil)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
'(window-combination-resize t)
|
|
|
|
|
'(window-resize-pixelwise t))
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
2019-02-26 10:25:08 +00:00
|
|
|
|
|
|
|
|
|
;;;; Faces
|
|
|
|
|
|
2019-03-27 15:12:50 +00:00
|
|
|
|
;;; Needed on MAC because we're not using Xresources :(
|
|
|
|
|
|
2019-02-26 10:25:08 +00:00
|
|
|
|
(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.
|
2019-03-27 15:12:50 +00:00
|
|
|
|
'(default ((t (:inherit nil :stipple nil :background "#292b2e" :foreground "#e8e8e8" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 150 :width normal :foundry "nil" :family "Source Code Pro"))))
|
|
|
|
|
'(custom-group-tag ((t (:inherit variable-pitch :foreground "light blue" :weight bold :height 1))))
|
|
|
|
|
'(custom-group-tag-1 ((t (:inherit variable-pitch :foreground "pink" :weight bold :height 1))))
|
|
|
|
|
'(markdown-header-face-1 ((t (:inherit bold :foreground "#4f97d7" :height 1.0))))
|
|
|
|
|
'(markdown-header-face-2 ((t (:inherit bold :foreground "#2d9574" :height 1.0))))
|
|
|
|
|
'(markdown-header-face-3 ((t (:foreground "#67b11d" :weight normal :height 1.0))))
|
|
|
|
|
'(shadow ((t (:foreground "grey70"))))
|
|
|
|
|
'(variable-pitch ((t nil)))
|
|
|
|
|
'(whitespace-trailing ((t (:background "#542b2e")))))
|
2019-02-26 10:25:08 +00:00
|
|
|
|
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
2019-02-20 21:45:17 +00:00
|
|
|
|
;;;; Additional packages
|
|
|
|
|
|
|
|
|
|
(defvar extra-libs-root "~/.config/emacs/libs")
|
|
|
|
|
|
|
|
|
|
(defvar additional-packages
|
|
|
|
|
(list
|
|
|
|
|
"agda-mode"
|
|
|
|
|
"psc-ide-emacs"))
|
|
|
|
|
|
|
|
|
|
;; TODO: Use the following pattern
|
|
|
|
|
;; (substitute-in-file-name "$XDG_DATA_HOME/emacs/libs/%s")
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
2018-12-02 20:58:20 +00:00
|
|
|
|
(add-to-list 'load-path "~/.config/emacs/libs/agda-mode/")
|
|
|
|
|
(add-to-list 'Info-default-directory-list "~/.config/emacs/libs/agda-mode/")
|
2019-02-02 12:27:42 +00:00
|
|
|
|
(add-to-list 'load-path "~/.config/emacs/libs/psc-ide-emacs/")
|
|
|
|
|
(add-to-list 'Info-default-directory-list "~/.config/emacs/libs/psc-ide-emacs/")
|
|
|
|
|
|
2018-12-02 20:58:20 +00:00
|
|
|
|
(require 'agda2-mode)
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
2019-02-16 19:06:45 +00:00
|
|
|
|
;; (require 'lsp)
|
|
|
|
|
;; Shame! `lsp-ui` is emitting:
|
|
|
|
|
;; Eager macro-expansion failure: (wrong-type-argument listp kind)
|
|
|
|
|
;; (require 'lsp-ui)
|
|
|
|
|
;; (require 'lsp-haskell)
|
|
|
|
|
;; (add-hook 'lsp-mode-hook 'lsp-ui-mode)
|
|
|
|
|
;; (add-hook 'haskell-mode-hook #'lsp)
|
|
|
|
|
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
|
|
|
|
;;;; Captain Hook
|
|
|
|
|
|
2019-02-20 21:45:17 +00:00
|
|
|
|
(global-set-key (kbd "C-x C-r") 'recentf-open-files)
|
2019-03-26 16:06:20 +00:00
|
|
|
|
(global-set-key (kbd "C-x r v") 'revert-buffer)
|
2019-02-20 21:45:17 +00:00
|
|
|
|
|
|
|
|
|
(add-hook 'text-mode-hook
|
2019-03-27 15:12:50 +00:00
|
|
|
|
(lambda ()
|
|
|
|
|
(toggle-word-wrap 1)
|
|
|
|
|
(recentf-mode)
|
|
|
|
|
(flyspell-mode)))
|
2019-02-20 21:45:17 +00:00
|
|
|
|
|
|
|
|
|
(add-hook 'prog-mode-hook
|
|
|
|
|
(lambda ()
|
|
|
|
|
(form-feed-mode)
|
|
|
|
|
(flycheck-mode)))
|
2018-08-23 19:41:28 +00:00
|
|
|
|
;; I think this breaks e.g. the color-picker
|
|
|
|
|
; (add-hook 'text-mode-hook 'form-feed-mode)
|
|
|
|
|
(add-hook 'haskell-mode-hook 'interactive-haskell-mode)
|
2019-02-26 10:12:57 +00:00
|
|
|
|
(add-hook 'ruby-mode-hook (lambda() (subword-mode 1)))
|
2018-08-23 19:41:28 +00:00
|
|
|
|
;; global-company-mode keeps recentering the point on the screen for
|
|
|
|
|
;; some reason
|
|
|
|
|
; (add-hook 'after-init-hook 'global-company-mode)
|
|
|
|
|
;; (add-hook 'after-init-hook 'flycheck-mode)
|
|
|
|
|
|
|
|
|
|
;; ;; (require 'haskell-unicode-input-method)
|
|
|
|
|
|
|
|
|
|
|
2019-02-20 21:45:17 +00:00
|
|
|
|
;;;; Projectile
|
2019-02-26 10:12:57 +00:00
|
|
|
|
(require 'projectile)
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
2019-02-20 21:45:17 +00:00
|
|
|
|
(projectile-mode +1)
|
2019-02-14 19:58:51 +00:00
|
|
|
|
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
2019-02-26 10:12:57 +00:00
|
|
|
|
|
2018-08-23 19:41:28 +00:00
|
|
|
|
;;;; Dashboard
|
|
|
|
|
|
2019-02-20 21:45:17 +00:00
|
|
|
|
(require 'dashboard)
|
2018-08-23 19:41:28 +00:00
|
|
|
|
(dashboard-setup-startup-hook)
|
2019-02-02 12:27:42 +00:00
|
|
|
|
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
|
2019-03-27 15:12:50 +00:00
|
|
|
|
(setq dashboard-startup-banner (substitute-in-file-name "$HOME/.local/share/emacs/banner.png"))
|
2019-02-20 21:45:17 +00:00
|
|
|
|
(setq dashboard-items '((recents . 40)))
|
|
|
|
|
|
|
|
|
|
;;;; Miscelaneous
|
2019-02-26 10:12:57 +00:00
|
|
|
|
(setq-default indent-tabs-mode nil)
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
|
|
|
|
(setq ring-bell-function
|
|
|
|
|
(lambda ()
|
2019-02-20 21:45:17 +00:00
|
|
|
|
(let ((orig-bg (face-background 'mode-line)))
|
|
|
|
|
(set-face-background 'mode-line (face-attribute 'error :foreground))
|
2018-08-23 19:41:28 +00:00
|
|
|
|
(run-with-idle-timer 0.1 nil
|
2019-02-20 21:45:17 +00:00
|
|
|
|
(lambda (bg)
|
|
|
|
|
(set-face-background 'mode-line bg)) orig-bg))))
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
|
|
|
|
(global-unset-key (kbd "C-z"))
|
2018-12-02 20:58:20 +00:00
|
|
|
|
|
2019-02-20 21:45:17 +00:00
|
|
|
|
;;;; Magit
|
2018-08-23 19:41:28 +00:00
|
|
|
|
(global-set-key (kbd "C-x g") 'magit-status)
|
2019-02-02 12:27:42 +00:00
|
|
|
|
(global-set-key (kbd "C-x M-g") 'magit-dispatch-popup)
|
2018-08-23 19:41:28 +00:00
|
|
|
|
|
2019-02-26 10:12:57 +00:00
|
|
|
|
|
2019-03-27 15:12:50 +00:00
|
|
|
|
;;;; Ruby
|
|
|
|
|
(require 'ruby-mode)
|
|
|
|
|
|
2019-02-26 10:12:57 +00:00
|
|
|
|
(setq ruby-use-smie nil)
|
2019-03-27 15:12:50 +00:00
|
|
|
|
(setq ruby-deep-indent-paren nil)
|
|
|
|
|
(setq ruby-align-to-stmt-keywords t)
|
|
|
|
|
|
|
|
|
|
(add-to-list 'load-path "~/.config/emacs/git/spark")
|
|
|
|
|
(add-to-list 'load-path "~/.config/emacs/git/chruby")
|
|
|
|
|
|
|
|
|
|
(require 'chruby)
|
|
|
|
|
|
|
|
|
|
(setq select-enable-clipboard t)
|
|
|
|
|
|
|
|
|
|
(add-hook 'ruby-mode-hook '(lambda ()
|
|
|
|
|
(global-set-key (kbd "C-c C-M-n") 'ruby-forward-sexp)
|
|
|
|
|
(global-set-key (kbd "C-c C-M-p") 'ruby-backward-sexp)))
|
|
|
|
|
|
|
|
|
|
(defun sql-beautify-region (beg end)
|
|
|
|
|
"Beautify SQL in region between beg and END.
|
|
|
|
|
Dependency:
|
|
|
|
|
npm i -g sql-formatter-cli"
|
|
|
|
|
(interactive "r")
|
|
|
|
|
(save-excursion
|
|
|
|
|
(shell-command-on-region beg end "sql-formatter-cli" nil t)))
|
|
|
|
|
(defun sql-beautify-buffer ()
|
|
|
|
|
"Beautify SQL in buffer."
|
|
|
|
|
(interactive)
|
|
|
|
|
(sql-beautify-region (point-min) (point-max)))
|
|
|
|
|
(add-hook 'sql-mode-hook '(lambda ()
|
|
|
|
|
;; beautify region or buffer
|
|
|
|
|
(local-set-key (kbd "C-c t") 'sql-beautify-region)))
|
|
|
|
|
(put 'dired-find-alternate-file 'disabled nil)
|
2019-02-26 10:12:57 +00:00
|
|
|
|
|
|
|
|
|
;; org-jira [https://github.com/ahungry/org-jira]
|
|
|
|
|
(require 'org-jira)
|
|
|
|
|
(setq jiralib-url "https://zendesk.atlassian.net")
|
|
|
|
|
|
2019-03-27 15:12:50 +00:00
|
|
|
|
;;; Jira
|
2019-02-26 10:25:08 +00:00
|
|
|
|
(add-to-list 'load-path "~/.config/emacs/lisp")
|
2019-02-26 10:12:57 +00:00
|
|
|
|
(require 'jira)
|
|
|
|
|
(define-key jira-mode-map (kbd "C-c j") 'jira-command-map)
|
|
|
|
|
|
2019-03-27 15:12:50 +00:00
|
|
|
|
(put 'upcase-region 'disabled nil)
|
|
|
|
|
(put 'downcase-region 'disabled nil)
|
|
|
|
|
(when (memq window-system '(mac ns x))
|
|
|
|
|
(exec-path-from-shell-initialize))
|
|
|
|
|
|
2019-02-20 21:45:17 +00:00
|
|
|
|
;;; init.el ends here
|
2019-03-27 15:12:50 +00:00
|
|
|
|
(put 'set-goal-column 'disabled nil)
|