quickmark b http://direct.bk.mufg.jp/
quickmark B http://www.mizuhobank.co.jp/direct/start.html
"
+" - Credit cards
+quickmark c https://bkweb.dccard.co.jp/service_icc/visitors/htmls/prp/login.htm
+quickmark C https://www.saisoncard.co.jp/
+"
" - Securities
quickmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login#
;; flycheck
(require-if-present 'flycheck)
-(if (featurep 'flycheck)
- (global-flycheck-mode))
+;(if (featurep 'flycheck)
+; (global-flycheck-mode))
(require-if-present 'flycheck-inline)
(if (featurep 'flycheck-inline)
(autoload 'lua-mode "lua-mode" "Lua editing mode." t)
(add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode))
+;; projectile-mode
+(require-if-present 'projectile)
+(if (featurep 'projectile)
+ (progn
+ (projectile-mode +1)
+ (define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)))
+
;; protobuf-mode
(autoload 'protobuf-mode "protobuf-mode")
(add-to-list 'auto-mode-alist '("\\.proto\\'" . protobuf-mode))
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
(add-hook 'haskell-mode-hook 'turn-on-haskell-ghci)
-(load-if-present "~/sandbox/_input-method/haskell-unicode-input-method/haskell-unicode-input-method")
+;(add-hook 'haskell-mode-hook #'flycheck-haskell-setup)
+
+(load-if-present "~/sandbox/_input-method/emacs-haskell-unicode-input-method/haskell-unicode-input-method")
(add-hook 'haskell-mode-hook
(lambda () (set-input-method "haskell-unicode")))
("melpa" . "https://melpa.org/packages/"))))
'(package-selected-packages
(quote
- (flycheck-inline flycheck-rust undo-tree auto-complete typescript-mode cargo toml-mode rust-mode)))
+ (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