From 6fea23b530068f51db6e4e0e859976038e9fd21d Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Fri, 19 Nov 2021 10:32:34 +0900 Subject: [PATCH] WindowEnv : neovide removed --- .emacs.d/emacs.org | 3 +++ Note/WindowEnv.org | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.emacs.d/emacs.org b/.emacs.d/emacs.org index b9fb99d..405f79c 100644 --- a/.emacs.d/emacs.org +++ b/.emacs.d/emacs.org @@ -875,6 +875,9 @@ https://emacs.stackexchange.com/a/30691 (add-to-list 'org-structure-template-alist '("cp" . "src c++")) (add-to-list 'org-structure-template-alist '("rs" . "src rust")) (add-to-list 'org-structure-template-alist '("py" . "src python")) + (add-to-list 'org-structure-template-alist '("oc" . "src octave")) + (add-to-list 'org-structure-template-alist '("vl" . "src verilog")) + (add-to-list 'org-structure-template-alist '("vh" . "src vhdl")) (org-reload)) ;; ODT export to docx diff --git a/Note/WindowEnv.org b/Note/WindowEnv.org index 3663cfe..c9f551b 100644 --- a/Note/WindowEnv.org +++ b/Note/WindowEnv.org @@ -48,7 +48,7 @@ windows에서 기본으로 제공하는 openssh는 proxycommand등의 기능이 *** Neovim #+begin_src shell - choco install neovim neovide -y + choco install neovim -y choco install ctags -y cp -r $HOME/.dotfiles/.config/nvim $HOME/AppData/Local #+end_src @@ -60,8 +60,8 @@ Context 메뉴 추가 #+begin_src shell # Edit with neovim context menu reg add HKEY_CLASSES_ROOT\*\shell\NeoVim /t REG_SZ /d "Edit with NeoVim..." /f -reg add HKEY_CLASSES_ROOT\*\shell\NeoVim /v Icon /t REG_SZ /d "C:\ProgramData\chocolatey\bin\neovide.exe" /f -reg add HKEY_CLASSES_ROOT\*\shell\NeoVim\Command /t REG_SZ /d "C:\ProgramData\chocolatey\bin\neovide.exe """"%1""""" /f +reg add HKEY_CLASSES_ROOT\*\shell\NeoVim /v Icon /t REG_SZ /d "C:\tools\neovim\Neovim\nvim-qt.exe" /f +reg add HKEY_CLASSES_ROOT\*\shell\NeoVim\Command /t REG_SZ /d "C:\tools\neovim\Neovim\nvim-qt.exe """"%1""""" /f #+end_src Plugin Manager 설치