From 36e7f5aa0e0e22f922941f72afb9ce7537d5455c Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 6 Oct 2021 22:17:06 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 149 ++++++++++++++++++-------------------------- 1 file changed, 61 insertions(+), 88 deletions(-) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 11588d5..3991993 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -109,21 +109,14 @@ ;; Setting for Frames ---------------------------------------------------------- (when window-system (let ((host (system-name))) - (cond ((equal host "seras") - (set-frame-font "Dejavu Sans Mono 11" t)) + (cond ((equal host "kurumi.cielonegro.org") + (set-frame-font "Andale Mono 14")) - ((equal host "yukari.cielonegro.org") + ((equal host "seras") (set-frame-font "Dejavu Sans Mono 11" t)) - ((equal host "aria.cielonegro.org") - (progn - (set-frame-font "Dejavu Sans Mono 13" t) - ;; Emacs 24.4.1 somehow gets very slow when the following - ;; lines are uncommented. - ;;(set-fontset-font nil 'japanese-jisx0208 "さざなみゴシック") - ;;(set-fontset-font nil 'japanese-jisx0212 "さざなみゴシック") - ;;(set-fontset-font nil 'katakana-jisx0201 "さざなみゴシック") - ))))) + ((equal host "yukari.cielonegro.org") + (set-frame-font "Dejavu Sans Mono 11" t))))) ;; Setting for Packages -------------------------------------------------------- (defun require-if-present (feature) @@ -573,39 +566,36 @@ Will prompt you shell name when you type `C-u' before this command." t) ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(ac-ignore-case nil) - '(appt-display-format (quote window)) + '(appt-display-format 'window) '(appt-message-warning-time 20) - '(browse-url-browser-function (quote browse-url-firefox)) + '(browse-url-browser-function 'browse-url-firefox) '(canlock-password "a14fa4d2601465d55585c291fa8b3943e189e716") '(clean-buffer-list-delay-general 7) '(cleite:auto-refresh-interval nil) '(cleite:measure-srpc-call-time t) - '(compilation-scroll-output (quote first-error)) + '(compilation-scroll-output 'first-error) '(completion-ignored-extensions - (quote - (".svn/" "CVS/" ".o" "~" ".bin" ".lbin" ".so" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".dvi" ".fmt" ".tfm" ".pdf" ".class" ".fas" ".lib" ".mem" ".x86f" ".sparcf" ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" ".lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".pyc" ".pyo" ".hi"))) + '(".svn/" "CVS/" ".o" "~" ".bin" ".lbin" ".so" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".dvi" ".fmt" ".tfm" ".pdf" ".class" ".fas" ".lib" ".mem" ".x86f" ".sparcf" ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" ".lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".pyc" ".pyo" ".hi")) '(cperl-merge-trailing-else nil) - '(csv-align-style (quote auto)) - '(custom-enabled-themes (quote (gnome2))) + '(csv-align-style 'auto) + '(custom-enabled-themes '(gnome2)) '(custom-safe-themes - (quote - ("64affc3597b4271ba6b0b428777d616cfb20d8f7f147dbd00f1de220b2b59bbf" "06e0662b31a2ae8da5c6b5e9a05b25fabd1dc8dd3c3661ac194201131cafb080" default))) + '("64affc3597b4271ba6b0b428777d616cfb20d8f7f147dbd00f1de220b2b59bbf" "06e0662b31a2ae8da5c6b5e9a05b25fabd1dc8dd3c3661ac194201131cafb080" default)) '(default-frame-alist - (quote - ((tool-bar-lines . 0) + '((tool-bar-lines . 0) (menu-bar-lines . 1) (width . 80) (height . 25) (right-fringe) - (left-fringe)))) + (left-fringe))) '(ditz-find-issue-directory-automatically-flag t) - '(ecb-add-path-for-not-matching-files (quote (t))) + '(ecb-add-path-for-not-matching-files '(t)) '(ecb-help-info-path "/usr/pkg/info/ecb.info") '(ecb-layout-name "left7") '(ecb-options-version "2.50") - '(ecb-show-sources-in-directories-buffer (quote always)) + '(ecb-show-sources-in-directories-buffer 'always) '(ecb-tip-of-the-day nil) - '(ecb-tree-buffer-style (quote image)) + '(ecb-tree-buffer-style 'image) '(ecb-windows-width 0.2) '(electric-indent-mode nil) '(elscreen-display-tab t) @@ -615,10 +605,8 @@ Will prompt you shell name when you type `C-u' before this command." t) '(haskell-program-name "ghci") '(ido-enable-flex-matching t) '(ido-everywhere t) - '(ido-ignore-files - (quote - ("\\`CVS/" "\\`#" "\\`.#" "\\`\\.\\./" "\\`\\./" "\\.ttc"))) - '(ido-work-directory-list-ignore-regexps (quote ("^\\(/mnt/ibm/\\|/Volumes/IBM80GB/\\)"))) + '(ido-ignore-files '("\\`CVS/" "\\`#" "\\`.#" "\\`\\.\\./" "\\`\\./" "\\.ttc")) + '(ido-work-directory-list-ignore-regexps '("^\\(/mnt/ibm/\\|/Volumes/IBM80GB/\\)")) '(indent-tabs-mode nil) '(ispell-dictionary "english") '(jabber-nickname "PHO") @@ -631,15 +619,13 @@ Will prompt you shell name when you type `C-u' before this command." t) '(js2-mirror-mode nil) '(js2-use-font-lock-faces t) '(lua-indent-level 4) - '(makefile-mode-hook (quote ((lambda nil (set-variable (quote tab-width) 8))))) - '(markdown-live-preview-delete-export (quote delete-on-export)) + '(makefile-mode-hook '((lambda nil (set-variable 'tab-width 8)))) + '(markdown-live-preview-delete-export 'delete-on-export) '(mediawiki-site-alist - (quote - (("Wikipedia" "http://en.wikipedia.org/w/" "username" "password" "Main Page") - ("YmirDev" "https://ymirlink:santamo@update.forcast.jp/fcdiv/mwiki/" "PHO" "" "メインページ")))) + '(("Wikipedia" "http://en.wikipedia.org/w/" "username" "password" "Main Page") + ("YmirDev" "https://ymirlink:santamo@update.forcast.jp/fcdiv/mwiki/" "PHO" "" "メインページ"))) '(mew-field-spec - (quote - (("^Resent-\\(From\\|To\\|Cc\\|Date\\)" t mew-face-header-important mew-face-header-important) + '(("^Resent-\\(From\\|To\\|Cc\\|Date\\)" t mew-face-header-important mew-face-header-important) ("^Subject:$" t mew-face-header-important mew-face-header-subject) ("^From:$" t mew-face-header-important mew-face-header-from) ("^\\(To\\|Apparently-To\\):$" t mew-face-header-important mew-face-header-to) @@ -661,10 +647,9 @@ Will prompt you shell name when you type `C-u' before this command." t) ("^Face:$" nil mew-face-header-private mew-face-header-marginal) ("^X-Text-Classification:$" t mew-face-header-important mew-face-header-important) ("^X-POPFile-Link:$" t mew-face-header-important mew-face-body-url) - ("^\\(X\\|Original\\)-" nil mew-face-header-private mew-face-header-marginal)))) + ("^\\(X\\|Original\\)-" nil mew-face-header-private mew-face-header-marginal))) '(mew-refile-guess-alist - (quote - (("From:" + '(("From:" ("noreply@adc1.apple.com" "+mm/adc") ("mag2 ID 0000022139" "+mm/2ch") ("noreply@sourceforge.net" "+from/sf-net")) @@ -676,14 +661,12 @@ Will prompt you shell name when you type `C-u' before this command." t) ("Reply-To:" ("yun@kokonoe.com" "+mm/kokonoe")) ("Cc:" - ("glasgow-haskell-users@haskell.org" "+ml/ghc-users"))))) + ("glasgow-haskell-users@haskell.org" "+ml/ghc-users")))) '(mew-scan-fields - (quote - ("Folder:" "Filename:" "Subject:" "Date:" "From:" "To:" "Cc:" "Content-Type:" "Content-Transfer-Encoding:" "X-Mew-Uidl:" "Message-Id:" "In-Reply-To:" "References:" "X-Mew-Ref:" "X-Text-Classification:" "Body"))) + '("Folder:" "Filename:" "Subject:" "Date:" "From:" "To:" "Cc:" "Content-Type:" "Content-Transfer-Encoding:" "X-Mew-Uidl:" "Message-Id:" "In-Reply-To:" "References:" "X-Mew-Ref:" "X-Text-Classification:" "Body")) '(mew-spam: "X-Text-Classification:") '(mew-summary-form - (quote - (type + '(type (5 date) " " (14 from) @@ -692,41 +675,33 @@ Will prompt you shell name when you type `C-u' before this command." t) " " (30 subj) "|" - (0 body)))) + (0 body))) '(midnight-mode t) '(mouse-wheel-progessive-speed nil) - '(mouse-wheel-scroll-amount (quote (1 ((shift) . 5) ((control))))) - '(mpc-browser-tags - (quote - (Directory Genre Artist|Composer|Performer Album|Playlist))) - '(navi2ch-browse-url-browser-function (quote browse-url-firefox)) + '(mouse-wheel-scroll-amount '(1 ((shift) . 5) ((control)))) + '(mpc-browser-tags '(Directory Genre Artist|Composer|Performer Album|Playlist)) + '(navi2ch-browse-url-browser-function 'browse-url-firefox) '(navi2ch-display-splash-screen nil) '(navi2ch-list-moved-board-alist - (quote - (("http://mamono.2ch.net/ihou/" . "http://hideyoshi.2ch.net/ihou/")))) - '(navi2ch-mona-face-variable (quote navi2ch-mona12-face)) + '(("http://mamono.2ch.net/ihou/" . "http://hideyoshi.2ch.net/ihou/"))) + '(navi2ch-mona-face-variable 'navi2ch-mona12-face) '(navi2ch-mona-on-message-mode t) - '(newsticker-html-renderer (quote w3m-region)) + '(newsticker-html-renderer 'w3m-region) '(newsticker-url-list nil) - '(newsticker-url-list-defaults - (quote - (("slashdot" "http://slashdot.org/index.rss" nil 3600)))) - '(ns-command-modifier (quote meta)) + '(newsticker-url-list-defaults '(("slashdot" "http://slashdot.org/index.rss" nil 3600))) + '(ns-command-modifier 'meta) '(nxml-auto-insert-xml-declaration-flag t) '(nxml-slash-auto-complete-flag t) '(org-replace-disputed-keys t) '(package-archives - (quote - (("gnu" . "https://elpa.gnu.org/packages/") - ("melpa" . "https://melpa.org/packages/")))) + '(("gnu" . "https://elpa.gnu.org/packages/") + ("melpa" . "https://melpa.org/packages/"))) '(package-selected-packages - (quote - (color-theme-modern 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)))) + '(elscreen-fr color-theme-modern 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 '(("irc1.ymir.jp" :nick "PHO`cons" nil nil))) '(riece-layout "default") '(riece-layout-alist - (quote - (("middle-right" riece-configure-windows right middle) + '(("middle-right" riece-configure-windows right middle) ("middle-left" riece-configure-windows left middle) ("top-right" riece-configure-windows right top) ("top-left" riece-configure-windows left top) @@ -734,43 +709,41 @@ Will prompt you shell name when you type `C-u' before this command." t) ("bottom-left" riece-configure-windows left bottom) ("top" riece-configure-windows-top) ("spiral" riece-configure-windows-spiral) - ("default" . "middle-right")))) + ("default" . "middle-right"))) '(riece-others-buffer-mode nil) '(rng-schema-locating-files - (quote - ("schemas.xml" "~/share/nxml/schemas.xml" "/usr/pkg/share/emacs/site-lisp/nxml-mode/schema/schemas.xml"))) + '("schemas.xml" "~/share/nxml/schemas.xml" "/usr/pkg/share/emacs/site-lisp/nxml-mode/schema/schemas.xml")) '(rst-level-face-base-light 50) - '(safe-local-variable-values (quote ((todo-categories "Todo" "Todo" "Todo" "Todo")))) + '(safe-local-variable-values '((todo-categories "Todo" "Todo" "Todo" "Todo"))) '(select-enable-clipboard t) '(session-use-package t nil (session)) '(tramp-auto-save-directory "/tmp/tramp-auto-save") '(tramp-completion-reread-directory-timeout 2) '(tramp-default-host "localhost") '(tramp-default-method "sshx") - '(uniquify-buffer-name-style (quote forward) nil (uniquify)) + '(uniquify-buffer-name-style 'forward nil (uniquify)) '(uniquify-trailing-separator-p t) - '(vc-cvs-diff-switches (quote ("-u"))) + '(vc-cvs-diff-switches '("-u")) '(vc-cvs-stay-local nil) - '(vc-handled-backends (quote (Git Hg))) - '(w3m-bookmark-file-coding-system (quote utf-8)) - '(w3m-coding-system (quote utf-8)) - '(w3m-coding-system-priority-list (quote (utf-8))) - '(w3m-default-coding-system (quote utf-8)) + '(vc-handled-backends '(Git Hg)) + '(w3m-bookmark-file-coding-system 'utf-8) + '(w3m-coding-system 'utf-8) + '(w3m-coding-system-priority-list '(utf-8)) + '(w3m-default-coding-system 'utf-8) '(w3m-default-display-inline-images t) - '(w3m-file-coding-system (quote utf-8)) - '(w3m-file-name-coding-system (quote utf-8)) + '(w3m-file-coding-system 'utf-8) + '(w3m-file-name-coding-system 'utf-8) '(w3m-fill-column 80) - '(w3m-input-coding-system (quote utf-8)) + '(w3m-input-coding-system 'utf-8) '(w3m-key-binding nil) - '(w3m-output-coding-system (quote utf-8)) - '(w3m-terminal-coding-system (quote utf-8)) + '(w3m-output-coding-system 'utf-8) + '(w3m-terminal-coding-system 'utf-8) '(w3m-use-cookies t) - '(whitespace-global-modes (quote (not mew-draft-mode mew-summary-mode))) + '(whitespace-global-modes '(not mew-draft-mode mew-summary-mode)) '(whitespace-style - (quote - (face tabs trailing space-before-tab newline indentation empty space-after-tab))) + '(face tabs trailing space-before-tab newline indentation empty space-after-tab)) '(woman-cache-filename "~/.wmncach.el") - '(yaml-block-literal-electric-alist (quote ((62 . "-"))))) + '(yaml-block-literal-electric-alist '((62 . "-")))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- 2.40.0