목록utility 사용법 (59)
관심있는 것들 정리
기본적인 ruby 사용을 위한 설정은 다음 페이지에 잘 정리가 되어 있다 worace.works/2016/06/07/getting-started-with-emacs-for-ruby/ Getting Started with Emacs for Ruby Getting Started with Emacs for Ruby 07 Jun 2016 Lately I’ve been gradually drawing a few students at Turing into the Emacs fold. Along the way I’ve been thinking about what is needed for a minimal but sufficient Emacs setup for working with Ruby code. worace.w..
회사에서 Emacs를 이용해 작업을 하다보면 은근히 Emacs의 key binding이 손가락에 무리를 준다는 생각이 들어 Space Emacs를 써 보려했었다. 하지만 설치부터 시작해서 여러가지 문제가 발생하고, 뭐 하나 하려면, 어디부터 시작해야할 지 감도 안오고 해서, 기존에 쓰던 configuration으로 계속 쓰다가 얼마전에 구글링 하던 중 Doom Emacs 라는 것이 있어 써 보게되었다 github.com/hlissner/doom-emacs hlissner/doom-emacs An Emacs framework for the stubborn martian hacker - hlissner/doom-emacs github.com 좋은 지 아닌지는 잘 모르겠는데... 일단, UI도 깔끔하고, 설치..
Emacs의 Dired mode관련 key-binding이 정리되어 있는 reference card https://www.gnu.org/software/emacs/refcards/pdf/dired-ref.pdf
http://andrwj.com/post/2018/06/first-try-spacemacs-configurations/
http://mdr78.github.io/2019/07/01/windows-spacemacs-install.html
pycparser가 이상해서 몇가지 찾다가 괜찮은 툴을 발견했다 딱 목적에 맞게 가볍게 쓰기 좋은 툴인 듯... c 코드에 있는 함수 호출을 출력해주는 툴
vim은 각자가 자기에 맞도록 customizing을 하다 보니모두를 위한 설정을 만들기 어렵다 하지만 이를 하기 위해 많은 사람들이 설정도 어렵고 따라하기 어려운 어마어마한 좋은 플러그인들을 본인들의 설정 방식에 맞춰 섞어 놓는다... 그러다보니, 사실 오버 스펙, 깔아놓고도 제대로 쓰지도 못한다 그래서 너무 많은 기능을 넣지 않고NeoVim 또는 Vim 7.4 이상에서 사용할 수 있는 vim 설정을 만들어 GitHub에 올려두었고조금씩 업데이트를 할 예정이다 https://github.com/slux78/my_vim_setting 테스트는 NeoVim 0.2.0, Vim 8.0 에서 주로했다 Vim 7.4나 Vim 8.0의 경우 컴파일 시 스크립트 연계를 enable시키지 않고 컴파일 한 경우동작하지..