>>42766 Попробуй
;; Подключаем ergoemacs-mode
(require 'ergoemacs-mode)
(setq ergoemacs-theme nil) ;; Uses Standard Ergoemacs keyboard theme
(setq ergoemacs-keyboard-layout "us") ;; Assumes QWERTY keyboard layout
(ergoemacs-mode 1)
(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.
'(ansi-color-names-vector ["black" "#d55e00" "#009e73" "#f8ec59" "#0072b2" "#cc79a7" "#56b4e9" "white"])
'(custom-enabled-themes (quote (wheatgrass)))
'(display-time-mode t)
'(ergoemacs-ctl-c-or-ctl-x-delay 0.2)
'(ergoemacs-handle-ctl-c-or-ctl-x (quote both))
'(ergoemacs-ini-mode t)
'(ergoemacs-keyboard-layout "us")
'(ergoemacs-mode nil)
'(ergoemacs-smart-paste nil)
'(ergoemacs-theme "standard")
'(ergoemacs-theme-options nil)
'(ergoemacs-use-menus t)
'(font-use-system-font t)
'(inhibit-startup-screen t)
'(initial-scratch-message ";; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.
")
'(scroll-error-top-bottom nil)
'(set-mark-command-repeat-pop nil)
'(shift-select-mode t))
(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.
)