custom.el (1764B)
1 ;; -*- lexical-binding: t; -*- 2 (custom-set-variables 3 ;; custom-set-variables was added by Custom. 4 ;; If you edit it by hand, you could mess it up, so be careful. 5 ;; Your init file should contain only one such instance. 6 ;; If there is more than one, they won't work right. 7 '(after-save-hook '(executable-make-buffer-file-executable-if-script-p)) 8 '(async-shell-command-buffer 'new-buffer) 9 '(auto-revert-avoid-polling t) 10 '(backup-directory-alist '(("" . "~/.emacs.backup"))) 11 '(column-number-mode t) 12 '(comint-scroll-show-maximum-output nil) 13 '(delete-selection-mode t) 14 '(describe-bindings-outline t) 15 '(diff-default-read-only t) 16 '(electric-pair-mode t) 17 '(enable-recursive-minibuffers t) 18 '(epg-pinentry-mode 'loopback) 19 '(eshell-scroll-show-maximum-output nil) 20 '(font-use-system-font t) 21 '(frame-resize-pixelwise t) 22 '(gdb-many-windows t) 23 '(gnus-cloud-method "nnimap:gmail") 24 '(hscroll-step 1) 25 '(ibuffer-default-sorting-mode 'filename/process) 26 '(indent-tabs-mode nil) 27 '(inhibit-startup-screen t) 28 '(line-number-display-limit-width 2000) 29 '(lua-indent-level 2) 30 '(menu-bar-mode nil) 31 '(minibuffer-depth-indicate-mode t) 32 '(read-char-by-name-sort 'code) 33 '(repeat-mode t) 34 '(scroll-bar-mode nil) 35 '(scroll-conservatively 10) 36 '(scroll-preserve-screen-position t) 37 '(send-mail-function 'smtpmail-send-it) 38 '(switch-to-buffer-obey-display-actions t) 39 '(tab-bar-show 1) 40 '(tool-bar-mode nil) 41 '(truncate-lines t) 42 '(visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)) 43 '(what-cursor-show-names t)) 44 (custom-set-faces 45 ;; custom-set-faces was added by Custom. 46 ;; If you edit it by hand, you could mess it up, so be careful. 47 ;; Your init file should contain only one such instance. 48 ;; If there is more than one, they won't work right. 49 )