• Skip to primary navigation
  • Skip to content
  • Skip to footer
(emacsian ohyecloudy)
  • Posts
  • Categories
  • Tags
  • Random
    Jongbin Oh

    Jongbin Oh

    I write something to think

    • South Korea
    • Twitter
    • Facebook
    • GitHub
    • Instagram
    • Email

    c++ 들여쓰기 스타일을 allman으로 하려면?

    less than 1 minute read

    (setq-default c-default-style "bsd"
                  c-basic-offset 4)
    

    preset에 allman 스타일이 없다. bsd 스타일에 4칸 들여쓰기를 적용하면 된다.

    참고 - How to change brace indentation levels in Emacs? - stackoverflow.com

    C-x C-s C-x C-c

    Tags: cc-mode, cpp, indent

    Categories: uncategorized

    Updated: 2017-09-30

    Twitter Facebook LinkedIn
    Previous Random Next

    You May Also Enjoy

    f/t 모션을 확장하는 evil-snipe 패키지 - 두 문자 검색 지원 및 버퍼로 확장 찾기

    2 minute read

    hlissner/evil-snipe 패키지를 Henrik Lissner가 만들었다. Doom Emacs를 만든 사람이다. 그래서인지 Doom Emacs에 디폴트로 포함되어 있다. 익숙해지면 편리할 것 같아서 친해질 겸 정리해 본다.

    왜 C-d 키를 눌러 스크롤하면 절반 이상이 넘을까?

    2 minute read

    Emacs에서 Evil 모드를 사용하고 있다. Vim 키바인딩을 Emacs에서 사용하기 위해서다. Emacs와 Vim을 같이 쓰는 대화합의 장이다.

    팝업을 2등 시민으로 만드는 Doom Emacs popup 모듈

    2 minute read

    Not all windows are created equally. Some are less important. Some I want gone once they have served their purpose, like code output or a help buffer. Oth...

    GitLab merge request 정보를 Emacs Org-mode 문서에 삽입

    2 minute read

    org-mode 문서에 링크를 추가할 일이 있으면 Org-cliplink 패키지를 사용한다. 로그인해야 접근할 수 있는 Confluence와 Jira 페이지도 Org-cliplink를 사용할 수 있게 확장하는 작업을 했다. 특정 주소로 시작하면 API를 호출해서 페이지 정보를 가져...

    • Feed
    © 2025 (emacsian ohyecloudy). Powered by Jekyll & Minimal Mistakes.