(paren-activate))
;; elscreen
-(condition-case e
- (load "elscreen" "ElScreen" t)
- (file-error
- (if (equal (cadr e) "Cannot open load file")
- (message "Warning: feature %s is absent" feature) ; warn and ignore
- (apply 'signal (car e) (cdr e))))) ; rethrow
+(require-if-present 'elscreen)
+(require-if-present 'elscreen-w3m)
(if (featurep 'elscreen)
(elscreen-start))
-(require-if-present 'elscreen-w3m)
;; undo-tree
(require-if-present 'undo-tree)
("melpa" . "https://melpa.org/packages/"))))
'(package-selected-packages
(quote
- (projectile elixir-mode flycheck-haskell flycheck-inline flycheck-rust undo-tree auto-complete typescript-mode cargo toml-mode rust-mode)))
+ (elscreen elscreen-multi-term projectile elixir-mode flycheck-haskell flycheck-inline flycheck-rust undo-tree auto-complete typescript-mode cargo toml-mode rust-mode)))
'(rcirc-server-alist (quote (("irc1.ymir.jp" :nick "PHO`cons" nil nil))))
'(riece-layout "default")
'(riece-layout-alist
'(navi2ch-bm-new-unread-face ((t (:foreground "PaleGreen" :weight bold))))
'(navi2ch-bm-updated-cache-face ((t (:foreground "CornflowerBlue" :weight bold))))
'(navi2ch-bm-updated-unread-face ((t (:foreground "DarkSeaGreen3" :weight bold))))
+ '(org-level-1 ((t (:foreground "pale turquoise"))))
'(textile-link-face ((t (:foreground "cyan"))))
'(textile-ol-bullet-face ((t (:foreground "dark orange"))))
'(textile-ul-bullet-face ((t (:foreground "deep sky blue"))))