Doom Emacs macos 모듈을 참고해 만든 windows 모듈
Doom Emacs macos 모듈이 지원하는 macOS 파인더(finder)로 열기를 편하게 쓰고 있다. Windows에서 탐색기로 열어주는 함수가 없어서 macos 모듈을 참고해서 간단히 만들었다.
Doom Emacs macos 모듈이 지원하는 macOS 파인더(finder)로 열기를 편하게 쓰고 있다. Windows에서 탐색기로 열어주는 함수가 없어서 macos 모듈을 참고해서 간단히 만들었다.
windows 환경에서는 git-for-windows/build-extra를 설치해 MSYS2와 MinGW를 사용하고 있다. ’windows에서 bash를 emacs shell로 사용 - ohyecloudy.com’ 글에 적은 것처럼 bash를 emacs shell로 사용하기 위해...
gnu emacs 다운로드 파일 이름 구성이 달라졌다. 의존 라이브러리 포함이 기본이 됐다. 64bit는 emacs-26.1-x86_64.zip 파일을 받으면 된다. emacs-26.1-x86_64-no-deps.zip 파일은 의존 라이브러리가 없는 파일이다.
<TRAMP로 원격 파일을 로컬 파일처럼 편집> 글은 쓰면서 macOS에서 테스트했다. windows에서 똑같이 테스트해봤다. windows에서 bash를 emacs shell로 사용하고 있어서 ssh 명령어를 실행할 수 있다. 잘 되겠지?
projectile은 project 단위로 뭔가 할 수 있게 해준다. project는 작업 단위. 파일을 찾을 때, 내용을 검색할 때, 항상 / 디렉터리를 타깃으로 하지 않는다. 대상 디렉터리가 존재하기 마련. 이 블로그는 로컬에서 글을 쓸 때, ~/project/emacsian ...
DejaVu Sans Mono 폰트 잘 썼는데, 1:2 비율인 한글 폰트를 못 찾겠다. 반듯한 org table을 보고 싶은데 말이야. 그래서 작별하려고. 오랫동안 잘 썼다.
```bat SET ecPath=C:\emacs\bin\emacsclientw.exe SET ecOption=-na C:\emacs\bin\runemacs.exe REG ADD “HKCR*\shell\Open with Emacs” /t REG_SZ /v “” /d “...
MSYS2 pacman으로 ag를 설치해서 사용하는데, 한글 검색이 안 된다. 커맨드 라인에서도 이런가?
Update <2018-09-01 Sat> gnu emacs 26 이상에는 GnuTLS DLLs가 포함되어 있다. 따로 설치 안 해도 된다.
$ git config --global core.editor emacs
(require 'server) (server-start)
(setq windows? (eq system-type 'windows-nt)) (when windows? (let ((bash-dir "C:/Program Files (x86)/Git/bin")) (setq explicit-shell-file-name ...
M-x package-install <RET> color-theme-solarized
초기화 명령들을 담고 있는 파일을 vim에선 vimrc 라고 부르고 emacs는 init file 이라고 부른다. dotemacs 가 좀 더 간지나지만 메뉴얼에서 init file 이라고 부르니 이 용어를 사용한다.