Skip to content

Commit 70461be

Browse files
committed
update
1 parent 85c0600 commit 70461be

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

home-manager/programs/emacs/elisp/early-init.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#+begin_src emacs-lisp :tangle yes
2222
(push '(menu-bar-lines . 0) default-frame-alist)
2323
(push '(tool-bar-lines . 0) default-frame-alist)
24+
(push '(vertical-scroll-bars . nil) default-frame-alist)
2425
#+end_src
2526
** スタートアップメッセージを非表示
2627
#+begin_src emacs-lisp :tangle yes

home-manager/programs/emacs/elisp/init.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3441,7 +3441,7 @@ https://github.com/blahgeek/emacs-lsp-booster?tab=readme-ov-file#configure-lsp-m
34413441
sops-edit-file
34423442
global-sops-mode) "sops" nil t)
34433443

3444-
(add-hook 'emacs-startup-hook #'global-sops-mode)
3444+
;; (add-hook 'emacs-startup-hook #'global-sops-mode)
34453445
#+end_src
34463446
** Dictionary
34473447
*** define-word

home-manager/programs/gh/default.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
git_protocol = "ssh";
66
};
77

8-
hosts = {
9-
"github.com".user = "takeokunn";
10-
};
11-
128
gitCredentialHelper = {
139
enable = true;
1410
hosts = [

nixos/config/fonts.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
fonts = {
44
fontDir.enable = true;
5+
fontconfig.enable = true;
56
packages = with pkgs; [
67
noto-fonts
78
noto-fonts-lgc-plus

0 commit comments

Comments
 (0)