Skip to content

Commit

Permalink
change and not anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
semenInRussia committed Jun 9, 2024
1 parent 14a36d1 commit 6eeb562
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 1 addition & 2 deletions lisp/misc/my-autoinsert.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
:custom ((auto-insert-alist .
'((c++-mode .
(nil
"// Copyright "
"// semenInRussia "
(my-current-year)
" semenInRussia"
_)))))
:global-minor-mode auto-insert-mode)

Expand Down
7 changes: 5 additions & 2 deletions lisp/ui/my-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
;; The most important

;; selected text with more light bg
'(region ((t :background "#777")))
'(region ((t :background "#557")))
'(secondary-selection ((t :background "#337")))
'(cursor ((t :background "#fff")))

;; ;; bold keywords
Expand Down Expand Up @@ -49,7 +50,9 @@
)))

;; highlight TODO with red background, italic black text
'(hl-todo ((t :backgorund "#FF5E5E" :foreground "black" :italic t)))))
'(hl-todo ((t :backgorund "#FF5E5E" :foreground "black" :italic t)))

'()))

(provide 'my-dark-theme)
;;; my-dark-theme.el ends here
1 change: 1 addition & 0 deletions lisp/ui/my-load-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@

(defvar my-theme-func)
;; or (setq my-theme-func 'my-light-theme)
;; or (setq my-theme-func 'my-dark-theme)
(setq my-theme-func 'my-dark-theme)

(add-hook 'after-init-hook my-theme-func)
Expand Down
2 changes: 1 addition & 1 deletion snippets/c++-mode/multitester
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# name: multitester
# key: !!
# --
// Copyright 2024 semenInRussia
// semenInRussia 2024
#include <iostream>
using namespace std;
using ll = long long;
Expand Down
2 changes: 1 addition & 1 deletion snippets/c++-mode/skeleton
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# name: skeleton
# key: !
# --
// Copyright 2024 semenInRussia
// semenInRussia 2024
#include <iostream>
using namespace std;
using ll = long long;
Expand Down

0 comments on commit 6eeb562

Please sign in to comment.