-
[GNU emacs] Using tab in Emacs (탭키 사용)GNU emacs 2018. 12. 25. 18:52
개발자들 사이에서 분쟁인 것이 tab 키를 사용하느냐, space 를 사용하느냐 인데 ..
저는 탭키를 사랑합니다. 컴퓨터 마다 다른건 모름.
아래는 미드 실리콘밸리의 한장면인데, Emacs vs Vim 만큼 논란이죠.아래의 방법으로 하면, 탭키를 눌렀을 경우 탭이 들어갑니다.
https://www.youtube.com/watch?v=SsoOG6ZeyUI&t=7s
(global-set-key (kbd "TAB") 'self-insert-command);(setq-default tab-width 2)'GNU emacs' 카테고리의 다른 글
[GNU emacs] 기본 FTP 접속 Basic FTP connection (0) 2019.01.05 [GNU emacs] Calling another matlab file 매트랩 파일 호출 (0) 2018.12.25 [GNU emacs] Simultaneous action in a mode (mode에 동시동작) (0) 2018.12.25 [GNU emacs] 최초 디렉토리 변경 (Default directory changing) (0) 2018.12.25 [GNU emacs] to make shortcut .emacs file <.emacs 파일 단축키 설정> (0) 2018.12.25 댓글