diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-07-05 22:10:08 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-07-05 22:10:08 +0500 |
commit | c91a6fe1534348568a04b10ac89470ed7b5bad00 (patch) | |
tree | 6ecd7c864c49a254694812aec5333d454f9d28d2 | |
parent | ef31d6079f9ddcd2859df60db1de882dd3a7b2cb (diff) |
-rw-r--r-- | .config/.emacs | 17 | ||||
-rw-r--r-- | .config/.emacs~ | 24 | ||||
-rw-r--r-- | .config/.vimrc | 3 | ||||
-rw-r--r-- | README.md | 3 |
4 files changed, 7 insertions, 40 deletions
diff --git a/.config/.emacs b/.config/.emacs index 8b1b58c..7cbf3ea 100644 --- a/.config/.emacs +++ b/.config/.emacs @@ -3,23 +3,14 @@ (tool-bar-mode 0) (scroll-bar-mode 0) +;; functional +(set-default 'ring-bell-function 'ignore) + ;; visual (setq inhibit-startup-screen t) (set-default 'truncate-lines t) (add-to-list 'default-frame-alist '(font . "Iosevka-14")) +(load-theme 'wombat t) ;; keymaps (keymap-global-set "C-c c" 'compile) - -(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. - '(custom-enabled-themes '(wheatgrass))) -(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. - ) diff --git a/.config/.emacs~ b/.config/.emacs~ deleted file mode 100644 index 9dc1b32..0000000 --- a/.config/.emacs~ +++ /dev/null @@ -1,24 +0,0 @@ -;; modes -(menu-bar-mode 0) -(tool-bar-mode 0) -(scroll-bar-mode 0) - -;; visual -(setq inhibit-startup-screen t) -(set-default 'truncate-lines t) -(add-to-list 'default-frame-alist '(font . "Iosevka-14")) - -;; keymaps -(keymap-global-set "C-c c" 'compile) -(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. - '(custom-enabled-themes '(wheatgrass))) -(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. - ) diff --git a/.config/.vimrc b/.config/.vimrc index 73356ae..a321704 100644 --- a/.config/.vimrc +++ b/.config/.vimrc @@ -40,5 +40,6 @@ map <leader>q :q<cr> set makeprg=./build.sh map <leader>m :make!<cr>:cope<cr> map <leader>n :cnext<cr> -map <leader>n :cfirst<cr> +map <leader>f :cfirst<cr> +map <leader>o :copen<cr> map <leader>g :grep!<space>-rn<space><space>.<left><left>''<left> @@ -1,10 +1,9 @@ ## My configuration files. TODO(pryazha): - make a script to create symbolic links (maybe?) -Also there is repos for [dwm](https://git.suckles.org/dwm)/st/slstatus +Also there is repos for [dwm](https://git.suckles.org/dwm) Some of the progs I use: - lagrange (for gemini protocol) -- librewolf - libreoffice - zathura |